Back to Devexpress

RibbonControl.BeforeApplicationButtonContentControlShow Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-2aa371d3.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event EventHandler BeforeApplicationButtonContentControlShow
vb
<DXCategory("Events")>
Public Event BeforeApplicationButtonContentControlShow As EventHandler

Event Data

The BeforeApplicationButtonContentControlShow event's data class is EventArgs.

See Also

ApplicationButtonDropDownControl

ShowApplicationButtonContentControl()

HideApplicationButtonContentControl()

AfterApplicationButtonContentControlHidden

Application Button

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace