RibbonControl.AfterApplicationButtonContentControlHidden Event
In This Article
Fires after the dropdown control associated with the Application Button is hidden.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Events")]
public event EventHandler AfterApplicationButtonContentControlHidden
#Event Data
The AfterApplicationButtonContentControlHidden event's data class is EventArgs.
See Also