BackstageViewControl.Shown Event
Fires when the current BackstageViewControl is shown.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The Shown event's data class is EventArgs.
Remarks
Handle the BackstageViewControl.Showing event to perform custom actions before the BackstageViewControl is shown. To perform actions after the BackstageViewControl is shown, handle the Shown event.
The BackstageViewControl.Hiding and BackstageViewControl.Hidden events are fired before and after the BackstageViewControl is hidden, respectively.
To show or hide the BackstageViewControl assigned to a RibbonControl, use the RibbonControl.ShowApplicationButtonContentControl or RibbonControl.HideApplicationButtonContentControl methods, respectively.