Click or drag to resize

CellEventArgs Constructor (Int32, Object, CellStates)

Note: This API is now obsolete.

Initializes a new instance of the CellEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Use overload that passes the custom cell these arguments are for")]
public CellEventArgs(
	int row,
	Object item,
	CellStates cellState
)

Parameters

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