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

RibbonControl.BackstageOpened Event

Allows you to respond to a BackstageViewControl being invoked.

Namespace: DevExpress.Xpf.Ribbon

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

Declaration

public event EventHandler BackstageOpened

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