Click or drag to resize

GridICallbackOnCellFormatting Method

Raises the cell formatting event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void OnCellFormatting(
	Grid widget,
	GridCellFormatEventArgs e
)

Parameters

widget
Type: Eto.FormsGrid

[Missing <param name="widget"/> documentation for "M:Eto.Forms.Grid.ICallback.OnCellFormatting(Eto.Forms.Grid,Eto.Forms.GridCellFormatEventArgs)"]

e
Type: Eto.FormsGridCellFormatEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.Grid.ICallback.OnCellFormatting(Eto.Forms.Grid,Eto.Forms.GridCellFormatEventArgs)"]

See Also