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

RibbonControl.BeforeApplicationButtonContentControlShow Event

Fires when the Application Button‘s associated control (RibbonControl.ApplicationButtonDropDownControl) is about to be displayed.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Event Data

The BeforeApplicationButtonContentControlShow event's data class is EventArgs.

See Also