Skip to main content

RibbonControl.BackstageOpened Event

Allows you to respond to a BackstageViewControl being invoked.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public event EventHandler BackstageOpened

#Event Data

The BackstageOpened event's handler receives an argument of the EventArgs type.

#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