Click or drag to resize

ToggleButton.Callback Class

Callback implementation for the ToggleButton.
Inheritance Hierarchy

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

The ToggleButton.Callback type exposes the following members.

Constructors
  NameDescription
Public methodToggleButton.Callback
Initializes a new instance of the ToggleButton.Callback class
Top
Methods
  NameDescription
Public methodOnCheckedChanged
Raises the CheckedChanged event.
Top
See Also