Click or drag to resize

LinkButtonCallback 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 : TextControlCallback, 
	LinkButtonICallback, TextControlICallback, ControlICallback, WidgetICallback

The LinkButtonCallback type exposes the following members.

Constructors
  NameDescription
Public methodLinkButtonCallback
Initializes a new instance of the LinkButtonCallback class
Top
Methods
  NameDescription
Public methodOnClick
Raises the click event.
Top
See Also