NavigationFrame.PageRemoved Event
In This Article
Occurs whenever a page is removed from this NavigationFrame.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.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