XtraTabbedMdiManager.PageAdded Event
Fires after a new page has been added to the XtraTabbedMdiManager.Pages collection.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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