Click or drag to resize

CheckBoxCallback Class

Callback implementation for handlers of CheckBox
Inheritance Hierarchy

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

The CheckBoxCallback type exposes the following members.

Constructors
  NameDescription
Public methodCheckBoxCallback
Initializes a new instance of the CheckBoxCallback class
Top
Methods
  NameDescription
Public methodOnCheckedChanged
Raises the checked changed event.
Top
See Also