NetXP 3.0 Reference

TabbedGroups.PageCloseRequest Event

Raised when a page is about to be closed.

[Visual Basic]
Public Event PageCloseRequest As PageCloseRequestHandler
[C#]
public event PageCloseRequestHandler PageCloseRequest;

Event Data

The event handler receives an argument of type CloseRequestEventArgs containing data related to this event. The following CloseRequestEventArgs properties provide information specific to this event.

PropertyDescription
Cancel Cancel this event?
Node Retrieves the node.
TabControl Retrieves the tab control.
TabPage Retrieves the tab page.

See Also

TabbedGroups Class | NETXP.Controls.Docking Namespace