NavigationFrame.PageAdded Event
Occurs whenever a new page was added to this NavigationFrame.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.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