Click or drag to resize

CustomCellICallbackOnPaint Method

Raises the paint event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void OnPaint(
	CustomCell widget,
	CellPaintEventArgs args
)

Parameters

widget
Type: Eto.FormsCustomCell

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

args
Type: Eto.FormsCellPaintEventArgs

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

See Also