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.v18.1.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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the PageAdded event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also