Skip to main content
A newer version of this page is available. .

RibbonControlBase.SelectedTabChanged Event

Fires after the currently selected tab item has been changed.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v18.2.dll

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