Skip to main content

RibbonControl.AfterApplicationButtonContentControlHidden Event

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.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