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
)
Sub OnPaint (
widget As CustomCell,
args As CellPaintEventArgs
)
abstract OnPaint :
widget : CustomCell *
args : CellPaintEventArgs -> unit
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