NetXP 3.0 Reference

TabbedGroups.PageContextMenu Event

Raised when a page's context menu is shown.

[Visual Basic]
Public Event PageContextMenu As PageContextMenuHandler
[C#]
public event PageContextMenuHandler PageContextMenu;

Event Data

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.

PropertyDescription
CancelCancel this event?
ContextMenu Gets the context menu.
NodeRetrieves the node.
TabControlRetrieves the tab control.
TabPageRetrieves the tab page.

See Also

TabbedGroups Class | NETXP.Controls.Docking Namespace