NavigationFrame.PageAdded Event
In This Article
Occurs whenever a new page was added to this NavigationFrame.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Event Data
The PageAdded event's data class is DevExpress.XtraBars.Navigation.NavigationPageEventArgs.
#Remarks
The PageAdded event fires after a new object of the NavigationPage type was added to the NavigationFrame.Pages collection.
See Also