Click or drag to resize

RadioMenuItemCallback Class

Callback implementation for the RadioMenuItem.
Inheritance Hierarchy
SystemObject
  Eto.FormsMenuItemCallback
    Eto.FormsRadioMenuItemCallback

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : MenuItemCallback, 
	RadioMenuItemICallback, MenuItemICallback, WidgetICallback

The RadioMenuItemCallback type exposes the following members.

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