Callback implementation for handlers of
ButtonInheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected class Callback : TextControlCallback,
ButtonICallback, TextControlICallback, ControlICallback, WidgetICallback
Protected Class Callback
Inherits TextControlCallback
Implements ButtonICallback, TextControlICallback, ControlICallback, WidgetICallback
type Callback =
class
inherit TextControlCallback
interface ButtonICallback
interface TextControlICallback
interface ControlICallback
interface WidgetICallback
end
The ButtonCallback type exposes the following members.
Constructors
| Name | Description |
---|
| ButtonCallback | Initializes a new instance of the ButtonCallback class |
TopMethods
| Name | Description |
---|
| OnClick |
Raises the click event.
|
TopSee Also