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

XtraTabbedMdiManager.PageRemoved Event

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

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v19.1.dll

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