Click or drag to resize

DrawableCallback Class

Callback implementation for handlers of Drawable
Inheritance Hierarchy
SystemObject
  Eto.FormsControlCallback
    Eto.FormsDrawableCallback

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

The DrawableCallback type exposes the following members.

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