XtraTabbedMdiManager.PageAdded Event
In This Article
Fires after a new page has been added to the XtraTabbedMdiManager.Pages collection.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Events")]
public event MdiTabPageEventHandler PageAdded
#Event Data
The PageAdded event's data class is MdiTabPageEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Page | Gets the processed tab page. |
#Remarks
The PageAdded event serves as a notification that a new page has been added to the XtraTabbedMdiManager.Pages collection. The event parameter’s MdiTabPageEventArgs.Page property identifies the newly added page.
See Also