Click or drag to resize

RadioButtonCallback Class

Callback implementation for handlers of the RadioButton
Inheritance Hierarchy

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

The RadioButtonCallback type exposes the following members.

Constructors
  NameDescription
Public methodRadioButtonCallback
Initializes a new instance of the RadioButtonCallback class
Top
Methods
  NameDescription
Public methodOnCheckedChanged
Raises the checked changed event.
Public methodOnClick
Raises the click event.
Top
See Also