Click or drag to resize

CellEventArgs Constructor (Grid, Cell, Int32, Object, CellStates)

Initializes a new instance of the CellEventArgs class.

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
)

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