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