CellEventArgs Constructor (Int32, Object, CellStates) |
Note: This API is now obsolete.
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
)
<ObsoleteAttribute("Use overload that passes the custom cell these arguments are for")>
Public Sub New (
row As Integer,
item As Object,
cellState As CellStates
)
[<ObsoleteAttribute("Use overload that passes the custom cell these arguments are for")>]
new :
row : int *
item : Object *
cellState : CellStates -> CellEventArgs
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