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