NavigationFrame.PageRemoved Event
Occurs whenever a page is removed from this NavigationFrame.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The PageRemoved event's data class is DevExpress.XtraBars.Navigation.NavigationPageEventArgs.
Remarks
The PageRemoved event fires after any NavigationPage is removed from the NavigationFrame.Pages collection of the current frame.
See Also