Raised when a page's context menu is shown.
The event handler receives an argument of type ContextMenuEventArgs containing data related to this event. The following ContextMenuEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Cancel this event? |
ContextMenu | Gets the context menu. |
Node | Retrieves the node. |
TabControl | Retrieves the tab control. |
TabPage | Retrieves the tab page. |
TabbedGroups Class | NETXP.Controls.Docking Namespace