Callback implementation for handlers of
DrawableInheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected class Callback : ControlCallback,
DrawableICallback, ControlICallback, WidgetICallback
Protected Class Callback
Inherits ControlCallback
Implements DrawableICallback, ControlICallback, WidgetICallback
type Callback =
class
inherit ControlCallback
interface DrawableICallback
interface ControlICallback
interface WidgetICallback
end
The DrawableCallback type exposes the following members.
Constructors Methods
| Name | Description |
---|
| OnPaint |
Raises the paint event.
|
TopSee Also