Back to Devexpress

XtraTabbedMdiManager.PageRemoved Event

windowsforms-devexpress-dot-xtratabbedmdi-dot-xtratabbedmdimanager-5aea475e.md

latest2.0 KB
Original Source

XtraTabbedMdiManager.PageRemoved Event

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

Namespace : DevExpress.XtraTabbedMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event MdiTabPageEventHandler PageRemoved
vb
<DXCategory("Events")>
Public Event PageRemoved As MdiTabPageEventHandler

Event Data

The PageRemoved event's data class is MdiTabPageEventArgs. The following properties provide information specific to this event:

PropertyDescription
PageGets 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

PageAdded

XtraTabbedMdiManager Class

XtraTabbedMdiManager Members

DevExpress.XtraTabbedMdi Namespace