Click or drag to resize

LinkButton.Callback Class

Callback implementation for handlers of LinkButton
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : TextControl.Callback, 
	LinkButton.ICallback, TextControl.ICallback, Control.ICallback, Widget.ICallback

The LinkButton.Callback type exposes the following members.

Constructors
  NameDescription
Public methodLinkButton.Callback
Initializes a new instance of the LinkButton.Callback class
Top
Methods
  NameDescription
Public methodOnClick
Raises the click event.
Top
See Also