CellEventArgs Constructor (Grid, Cell, Int32, Object, CellStates) |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public CellEventArgs(
Grid grid,
Cell cell,
int row,
Object item,
CellStates cellState
)
Public Sub New (
grid As Grid,
cell As Cell,
row As Integer,
item As Object,
cellState As CellStates
)
new :
grid : Grid *
cell : Cell *
row : int *
item : Object *
cellState : CellStates -> CellEventArgs
Parameters
- grid
- Type: Eto.FormsGrid
Grid the event is triggered for. - cell
- Type: Eto.FormsCell
Cell the event is triggered for. - row
- Type: SystemInt32
Row for the cell. - item
- Type: SystemObject
Item the cell is displaying. - cellState
- Type: Eto.FormsCellStates
State of the cell.
See Also