Click or drag to resize

ButtonCallback Class

Callback implementation for handlers of Button
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : TextControlCallback, 
	ButtonICallback, TextControlICallback, ControlICallback, WidgetICallback

The ButtonCallback type exposes the following members.

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