BackstageViewControl.SelectedTabChanged Event
In This Article
Allows you to respond to tab item selection.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Event Data
The SelectedTabChanged event's handler receives an argument of the DevExpress.Xpf.Ribbon.RibbonPropertyChangedEventArgs type.
#Remarks
The SelectedTabChanged event notifies you when a new tab item is selected. The event's parameters allow you to get the old and new selected tab items.
To select tab items via code, use the BackstageViewControl.SelectedTab or BackstageViewControl.SelectedTabIndex properties.
See Also