Back to Devexpress

RibbonGalleryBarItem.DropDownGalleryClosed Event

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbongallerybaritem-bdebdd8c.md

latest2.0 KB
Original Source

RibbonGalleryBarItem.DropDownGalleryClosed Event

Fires when a popup window containing the dropdown gallery is closed.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public event DropDownGalleryEventHandler DropDownGalleryClosed
vb
Public Event DropDownGalleryClosed As DropDownGalleryEventHandler

Event Data

The DropDownGalleryClosed event's data class is DropDownGalleryEventArgs. The following properties provide information specific to this event:

PropertyDescription
DropDownGalleryGets or sets the dropdown window displaying a gallery.

Remarks

When the item’s dropdown gallery (RibbonGalleryBarItem.DropDownGallery) is invoked, the RibbonGalleryBarItem.DropDownGalleryInit event fires. You can handle this event to initialize the dropdown gallery dynamically. When the dropdown gallery is closed, the DropDownGalleryClosed event fires.

See Also

DropDownGallery

DropDownGalleryInit

RibbonGalleryBarItem Class

RibbonGalleryBarItem Members

DevExpress.Xpf.Ribbon Namespace