Click or drag to resize

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
)

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