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