TCustomdxBarSubItem.OnCloseUp Event
In This Article
Occurs when a dropdown window closes.
#Declaration
Delphi
property OnCloseUp: TNotifyEvent read; write;
#Remarks
Handle this event to perform specific actions when closing a dropdown window.
See Also