NetXP 3.0 Reference

TabbedGroups.PageLoading Event

Raised when page layout is being loaded.

[Visual Basic]
Public Event PageLoading As PageLoadingHandler
[C#]
public event PageLoadingHandler PageLoading;

Event Data

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

PropertyDescription
Cancel Cancel this event?
TabPage Gets the tab page.
XmlIn Gets the XML reader.

See Also

TabbedGroups Class | NETXP.Controls.Docking Namespace