Skip to main content

BackstageViewControl.SelectedTabChanged Event

Allows you to respond to tab item selection.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v23.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public event RibbonPropertyChangedEventHandler SelectedTabChanged

Event Data

The SelectedTabChanged event's data class is DevExpress.Xpf.Ribbon.RibbonPropertyChangedEventArgs.

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