CustomCellCallbackOnCreateCell Method |
Raises the create cell event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Control OnCreateCell(
CustomCell widget,
CellEventArgs args
)
Public Function OnCreateCell (
widget As CustomCell,
args As CellEventArgs
) As Control
abstract OnCreateCell :
widget : CustomCell *
args : CellEventArgs -> Control
override OnCreateCell :
widget : CustomCell *
args : CellEventArgs -> Control
Parameters
- widget
- Type: Eto.FormsCustomCell
[Missing <param name="widget"/> documentation for "M:Eto.Forms.CustomCell.Callback.OnCreateCell(Eto.Forms.CustomCell,Eto.Forms.CellEventArgs)"]
- args
- Type: Eto.FormsCellEventArgs
[Missing <param name="args"/> documentation for "M:Eto.Forms.CustomCell.Callback.OnCreateCell(Eto.Forms.CustomCell,Eto.Forms.CellEventArgs)"]
Return Value
Type:
Control[Missing <returns> documentation for "M:Eto.Forms.CustomCell.Callback.OnCreateCell(Eto.Forms.CustomCell,Eto.Forms.CellEventArgs)"]
Implements
CustomCellICallbackOnCreateCell(CustomCell, CellEventArgs)See Also