Callback implementation for handlers of
Button
Inheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxprotected 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 |
Top
Methods
| Name | Description |
---|
 | OnClick |
Raises the click event.
|
Top
See Also