PropertyCellOnCreateCell Method |
Creates an instance of the control for a cell.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected override Control OnCreateCell(
CellEventArgs args
)
Protected Overrides Function OnCreateCell (
args As CellEventArgs
) As Control
abstract OnCreateCell :
args : CellEventArgs -> Control
override OnCreateCell :
args : CellEventArgs -> Control
Parameters
- args
- Type: Eto.FormsCellEventArgs
Arguments when creating the cell to get the row, item and state.
Return Value
Type:
ControlThe control to display in the cell.
See Also