Click or drag to resize

ContextMenu Events

The ContextMenu type exposes the following members.

Events
  NameDescription
Public eventClosed
Occurs when the context menu is closed/dismissed, after the menu item has been selected and its click event is triggered.
Public eventClosing
Occurs before the context menu is closed/dismissed when the user clicks an item, but before the menu item's click event is triggered.
Public eventOpening
Occurs when the context menu is opening, before it is shown.
Top
See Also