MdiTabPageEventArgs Class
In This Article
Provides data for the XtraTabbedMdiManager.PageAdded and XtraTabbedMdiManager.PageRemoved events.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Remarks
The XtraTabbedMdiManager.PageAdded and XtraTabbedMdiManager.PageRemoved events are raised after a page has been added to or removed from the XtraTabbedMdiManager.Pages collection, respectively. The event parameter’s MdiTabPageEventArgs.Page property allows this page to be identified.
See Also