Back to Devexpress

RibbonControl.BackstageOpened Event

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-70b1346a.md

latest1.6 KB
Original Source

RibbonControl.BackstageOpened Event

Allows you to respond to a BackstageViewControl being invoked.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public event EventHandler BackstageOpened
vb
Public Event BackstageOpened As EventHandler

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

BackstageClosed

IsBackStageViewOpen

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace