Costruttore OverrideRowCellStyleEventArgs
|
Costruttore unico.
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 27.1.0
Sintassi public OverrideRowCellStyleEventArgs(
Object attr,
AttributeTableRow rowAttr,
RowCellStyleEventArgs e
)
Public Sub New (
attr As Object,
rowAttr As AttributeTableRow,
e As RowCellStyleEventArgs
)
public:
OverrideRowCellStyleEventArgs(
Object^ attr,
AttributeTableRow^ rowAttr,
RowCellStyleEventArgs^ e
)
new :
attr : Object *
rowAttr : AttributeTableRow *
e : RowCellStyleEventArgs -> OverrideRowCellStyleEventArgs
Parametri
- attr Object
- Attributo.
- rowAttr AttributeTableRow
- Riga dell'attributo.
- e RowCellStyleEventArgs
- EventArgs
Vedi anche