Click or drag to resize

RadioMenuItem.Callback Class

Callback implementation for the RadioMenuItem.
Inheritance Hierarchy
System.Object
  Eto.Forms.MenuItem.Callback
    Eto.Forms.RadioMenuItem.Callback

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : MenuItem.Callback, 
	RadioMenuItem.ICallback, MenuItem.ICallback, Widget.ICallback

The RadioMenuItem.Callback type exposes the following members.

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