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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Events")]
public event EventHandler BeforeApplicationButtonContentControlShow
Event Data
The BeforeApplicationButtonContentControlShow event's data class is EventArgs.
See Also