XtraTabbedMdiManager.PageRemoved Event
Fires after a page has been removed from the XtraTabbedMdiManager.Pages collection.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The PageRemoved 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 PageRemoved event serves as a notification that a page has been removed from the tabbed MDI manager’s XtraTabbedMdiManager.Pages collection. End-users can remove the currently active page by pressing the “Close” button. The event parameter’s MdiTabPageEventArgs.Page property identifies the removed page.
See Also