Click or drag to resize

CustomCellICallbackOnConfigureCell Method

Raises the configure cell event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void OnConfigureCell(
	CustomCell widget,
	CellEventArgs args,
	Control control
)

Parameters

widget
Type: Eto.FormsCustomCell

[Missing <param name="widget"/> documentation for "M:Eto.Forms.CustomCell.ICallback.OnConfigureCell(Eto.Forms.CustomCell,Eto.Forms.CellEventArgs,Eto.Forms.Control)"]

args
Type: Eto.FormsCellEventArgs

[Missing <param name="args"/> documentation for "M:Eto.Forms.CustomCell.ICallback.OnConfigureCell(Eto.Forms.CustomCell,Eto.Forms.CellEventArgs,Eto.Forms.Control)"]

control
Type: Eto.FormsControl

[Missing <param name="control"/> documentation for "M:Eto.Forms.CustomCell.ICallback.OnConfigureCell(Eto.Forms.CustomCell,Eto.Forms.CellEventArgs,Eto.Forms.Control)"]

See Also