Skip to main content
A newer version of this page is available. .

XtraTabbedMdiManager.PageAdded Event

Fires after a new page has been added to the XtraTabbedMdiManager.Pages collection.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v19.2.dll

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