GridCellFormatEventArgs Constructor |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected GridCellFormatEventArgs(
GridColumn column,
Object item,
int row
)
Protected Sub New (
column As GridColumn,
item As Object,
row As Integer
)
new :
column : GridColumn *
item : Object *
row : int -> GridCellFormatEventArgs
Parameters
- column
- Type: Eto.FormsGridColumn
Column to format - item
- Type: SystemObject
Item for the row being formatted - row
- Type: SystemInt32
Row number being formatted
See Also