Click or drag to resize

GridOnCellFormatting Method

Raises the CellFormatting event

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected virtual void OnCellFormatting(
	GridCellFormatEventArgs e
)

Parameters

e
Type: Eto.FormsGridCellFormatEventArgs
Event arguments
See Also