Click or drag to resize

DrawableCellCallback Class

Callback implementation for the DrawableCell cell.
Inheritance Hierarchy
SystemObject
  Eto.FormsDrawableCellCallback

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : DrawableCellICallback, 
	WidgetICallback

The DrawableCellCallback type exposes the following members.

Constructors
  NameDescription
Public methodDrawableCellCallback
Initializes a new instance of the DrawableCellCallback class
Top
Methods
  NameDescription
Public methodOnPaint
Raises the paint event.
Top
See Also