Click or drag to resize

MenuItemCallback Class

Callback implementation for the MenuItem
Inheritance Hierarchy

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

The MenuItemCallback type exposes the following members.

Constructors
  NameDescription
Public methodMenuItemCallback
Initializes a new instance of the MenuItemCallback class
Top
Methods
  NameDescription
Public methodOnClick
Raises the click event.
Public methodOnValidate
Raises the validate event.
Top
See Also