Click or drag to resize

CheckMenuItemCallback Class

Callback implementation for the CheckMenuItem.
Inheritance Hierarchy
SystemObject
  Eto.FormsMenuItemCallback
    Eto.FormsCheckMenuItemCallback

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

The CheckMenuItemCallback type exposes the following members.

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