RibbonControl.BackstageOpened Event
Allows you to respond to a BackstageViewControl being invoked.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
Event Data
The BackstageOpened event's data class is EventArgs.
Remarks
Use the BackstageOpened event handler if you wish to perform actions when an end-user opens a BackstageViewControl. You can define whether the BackstageViewControl is opened using the RibbonControl.IsBackStageViewOpen property.
See Also