CustomCellCallbackOnConfigureCell Method |
Raises the configure cell event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void OnConfigureCell(
CustomCell widget,
CellEventArgs args,
Control control
)
Public Sub OnConfigureCell (
widget As CustomCell,
args As CellEventArgs,
control As Control
)
abstract OnConfigureCell :
widget : CustomCell *
args : CellEventArgs *
control : Control -> unit
override OnConfigureCell :
widget : CustomCell *
args : CellEventArgs *
control : Control -> unit
Parameters
- widget
- Type: Eto.FormsCustomCell
[Missing <param name="widget"/> documentation for "M:Eto.Forms.CustomCell.Callback.OnConfigureCell(Eto.Forms.CustomCell,Eto.Forms.CellEventArgs,Eto.Forms.Control)"]
- args
- Type: Eto.FormsCellEventArgs
[Missing <param name="args"/> documentation for "M:Eto.Forms.CustomCell.Callback.OnConfigureCell(Eto.Forms.CustomCell,Eto.Forms.CellEventArgs,Eto.Forms.Control)"]
- control
- Type: Eto.FormsControl
[Missing <param name="control"/> documentation for "M:Eto.Forms.CustomCell.Callback.OnConfigureCell(Eto.Forms.CustomCell,Eto.Forms.CellEventArgs,Eto.Forms.Control)"]
Implements
CustomCellICallbackOnConfigureCell(CustomCell, CellEventArgs, Control)See Also