Callback implementation for handlers of
Button
Inheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxprotected class Callback : TextControl.Callback,
Button.ICallback, TextControl.ICallback, Control.ICallback, Widget.ICallback
Protected Class Callback
Inherits TextControl.Callback
Implements Button.ICallback, TextControl.ICallback, Control.ICallback, Widget.ICallback
type Callback =
class
inherit TextControl.Callback
interface Button.ICallback
interface TextControl.ICallback
interface Control.ICallback
interface Widget.ICallback
end
The Button.Callback type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | OnClick |
Raises the click event.
|
Top
See Also