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.v20.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