Skip to main content
A newer version of this page is available. .

RibbonControl.AfterApplicationButtonContentControlHidden Event

Fires after the dropdown control associated with the Application Button is hidden.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Events")]
public event EventHandler AfterApplicationButtonContentControlHidden

Event Data

The AfterApplicationButtonContentControlHidden event's data class is EventArgs.

See Also