Back to Devexpress

RibbonControl.AfterApplicationButtonContentControlHidden Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-790fb4b2.md

latest2.0 KB
Original Source

RibbonControl.AfterApplicationButtonContentControlHidden Event

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Event Data

The AfterApplicationButtonContentControlHidden event's data class is EventArgs.

See Also

ApplicationButtonDropDownControl

BeforeApplicationButtonContentControlShow

ShowApplicationButtonContentControl()

HideApplicationButtonContentControl()

Application Button

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace