TdxBarCustomPopupMenu.OnCloseUp Event
In This Article
Occurs when a popup menu has been closed.
#Declaration
Delphi
property OnCloseUp: TNotifyEvent read; write;
#Remarks
This event occurs after closing a popup menu and destroying its handle. Write the OnCloseUp event handler to perform special actions when a menu is closed.
See Also