Skip to main content

TdxBarCustomPopupMenu.OnCloseUp Event

Occurs when a popup menu has been closed.

Declaration

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