NavigationFrame.SelectedPageIndexChanged Event
Occurs whenever the NavigationFrame.SelectedPageIndex property changes its value.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The SelectedPageIndexChanged event's data class is EventArgs.
Remarks
See the NavigationFrame.SelectedPageIndex property to learn more.
See Also