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