Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XtraTabbedMdiManager.PageAdded Event

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