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

InRibbonGallery.PopupClose Event

Fires when a popup window which contains the current gallery is closed.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public event InplaceGalleryEventHandler PopupClose

Event Data

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

Remarks

Clicking the Dropdown button of a RibbonGalleryBarItem object displays the bar item’s gallery within a popup window. The PopupClose event occurs when this popup window is closed.

See Also