Click or drag to resize

ContextMenuCallback Class

Callback implementation for handlers of the ContextMenu
Inheritance Hierarchy
SystemObject
  Eto.FormsContextMenuCallback

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

The ContextMenuCallback type exposes the following members.

Constructors
  NameDescription
Public methodContextMenuCallback
Initializes a new instance of the ContextMenuCallback class
Top
Methods
  NameDescription
Public methodOnClosed
Raises the Closed event.
Public methodOnClosing
Raises the Closing event.
Public methodOnOpening
Raises the Opening event.
Top
See Also