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