Skip to main content

BackstageViewControl.Hidden Event

Occurs after this BackstageViewControl is completely closed.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Event Data

The Hidden event's data class is EventArgs.

Remarks

The Hidden event follows the BackstageViewControl.Hiding event, which occurs when the BackstageViewControl is to be closed. To show or hide the BackstageViewControl in code, use the RibbonControl.ShowApplicationButtonContentControl or RibbonControl.HideApplicationButtonContentControl methods respectively.

See Also