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

BackstageViewControl.Hiding Event

Occurs whenever this BackstageViewControl is hiding.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Behavior")]
public event EventHandler Hiding

Event Data

The Hiding event's data class is EventArgs.

Remarks

The Hiding event is fired when the BackstageViewControl starts hiding. Handle this event to perform specific actions before the BackstageViewControl disappears. When the BackstageViewControl completely hidden, the BackstageViewControl.Hidden event occurs.

To show or hide the BackstageViewControl assigned to a RibbonControl, use the RibbonControl.ShowApplicationButtonContentControl or RibbonControl.HideApplicationButtonContentControl methods respectively.

See Also