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.PageRemoved Event

Fires after a page has been removed from the XtraTabbedMdiManager.Pages collection.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Events")]
public event MdiTabPageEventHandler PageRemoved

#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