DXPopupMenu.CloseUp Event
Fires after the menu has been closed.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v24.2.dll
Declaration
Event Data
The CloseUp event's data class is EventArgs.
Remarks
The menu currently being processed can be accessed via the event’s sender parameter.
See Also