Click or drag to resize

Button.Callback 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 : TextControl.Callback, 
	Button.ICallback, TextControl.ICallback, Control.ICallback, Widget.ICallback

The Button.Callback type exposes the following members.

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