TcxCustomDropDownEditProperties.OnCloseUp Event
In This Article
Occurs after the popup window is closed.
#Declaration
Delphi
property OnCloseUp: TNotifyEvent read; write;
#Remarks
Handle this event to perform specific actions after the popup window is closed. You can use the OnCloseQuery event to prevent the popup window from closing by setting the CanClose parameter to False.
See Also