NetXP 3.0 Reference

TabbedGroups.PageSaving Event

Raised when page layout is being saved.

[Visual Basic]
Public Event PageSaving As PageSavingHandler
[C#]
public event PageSavingHandler PageSaving;

Event Data

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

PropertyDescription
TabPage Gets the tab page.
XmlOut Gets the XML writer.

See Also

TabbedGroups Class | NETXP.Controls.Docking Namespace