Click or drag to resize

ContextMenuICallback Interface

Callback interface for instances of ContextMenu

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICallback : WidgetICallback

The ContextMenuICallback type exposes the following members.

Methods
  NameDescription
Public methodOnClosed
Raises the Closed event.
Public methodOnClosing
Raises the Closing event.
Public methodOnOpening
Raises the Opening event.
Top
See Also