RibbonControlBase.SelectedTabChanged Event
In This Article
Fires after the currently selected tab item has been changed.
Namespace: DevExpress.UI.Xaml.Ribbon
Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public event EventHandler<SelectedTabPropertyChangedEventArgs> SelectedTabChanged
#Event Data
The SelectedTabChanged event's data class is DevExpress.UI.Xaml.Ribbon.SelectedTabPropertyChangedEventArgs.
#Remarks
The event’s oldValue and newValue properties return the old and new selected tab items correspondingly.
To select tab items via code, use the RibbonControl.SelectedTab or RibbonControlBase.SelectedTabCaption properties.
See Also