Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonControl.SelectedPageChanged Event

Fires after the selected page has been changed.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Events")]
public event EventHandler SelectedPageChanged

#Event Data

The SelectedPageChanged event's data class is EventArgs.

#Remarks

The SelectedPageChanged event is raised when end-users select pages via the keyboard, clicking their headers using the mouse, or when the RibbonControl.SelectedPage property is changed in code.

To perform specific actions before a page is activated or prevent the page from being activated, handle the RibbonControl.SelectedPageChanging event.

See Also