TcxCustomDropDownEditProperties.OnCloseUp Event
Occurs after the popup window is closed.
Declaration
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