Skip to main content
A newer version of this page is available. .
Bar

RibbonGalleryBarItem.GalleryPopupClose Event

Fires when a popup window containing a gallery is closed.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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