Skip to main content
Bar

RibbonGalleryBarItem.GalleryPopupClose Event

Fires when a popup window containing a gallery is closed.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Layout")]
public event InplaceGalleryEventHandler GalleryPopupClose

Event Data

The GalleryPopupClose event's data class is DevExpress.XtraBars.Ribbon.InplaceGalleryEventArgs.

Remarks

This event is equivalent to the InRibbonGallery.PopupClose event of the RibbonGalleryBarItem.Gallery object. See the InRibbonGallery.PopupClose topic for more information.

See Also