Click or drag to resize

ToggleButtonICallback Interface

Callback interface for handlers of the ToggleButton.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICallback : ButtonICallback, 
	TextControlICallback, ControlICallback, WidgetICallback

The ToggleButtonICallback type exposes the following members.

Methods
  NameDescription
Public methodOnCheckedChanged
Raises the CheckedChanged event.
Top
See Also