BackstageViewControl.Hidden Event
Occurs after this BackstageViewControl is completely closed.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.