Raised when a page is about to be closed.
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.
Property | Description |
---|---|
Cancel | Cancel this event? |
Node | Retrieves the node. |
TabControl | Retrieves the tab control. |
TabPage | Retrieves the tab page. |
TabbedGroups Class | NETXP.Controls.Docking Namespace