Click or drag to resize

CustomCellOnPaint Method

Raises the Paint event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected virtual void OnPaint(
	CellPaintEventArgs args
)

Parameters

args
Type: Eto.FormsCellPaintEventArgs
Cell paint arguments.
See Also