Back to Devexpress

BackstageViewControl.SelectedTabChanged Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-d5048a16.md

latest1.8 KB
Original Source

BackstageViewControl.SelectedTabChanged Event

Allows you to respond to selecting tab items in a BackstageViewControl.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Property Changed")]
public event BackstageViewItemEventHandler SelectedTabChanged
vb
<DXCategory("Property Changed")>
Public Event SelectedTabChanged As BackstageViewItemEventHandler

Event Data

The SelectedTabChanged event's data class is BackstageViewItemEventArgs. The following properties provide information specific to this event:

PropertyDescription
ItemGets the currently processed item.

Remarks

See BackstageViewControl.SelectedTab to learn more.

See Also

SelectedTab

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace