RibbonGalleryBarItem.GalleryPopupClose Event
Fires when a popup window containing a gallery is closed.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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