Click or drag to resize

ToggleButtonCallback 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 : ButtonCallback, 
	ToggleButtonICallback, ButtonICallback, TextControlICallback, ControlICallback, WidgetICallback

The ToggleButtonCallback type exposes the following members.

Constructors
  NameDescription
Public methodToggleButtonCallback
Initializes a new instance of the ToggleButtonCallback class
Top
Methods
  NameDescription
Public methodOnCheckedChanged
Raises the CheckedChanged event.
Top
See Also