Occurs when a drop-down window of a component is closed.
Declaration
OnCloseUp(Sender)
Parameters
Sender | [in] | Required | Object |
Applies To
The event applies to the following components:
TcxCalcEdit, TcxComboBox, TcxDateEdit, TcxMRUEdit
Description
The TcxCalcEdit
, TcxDateEdit
and TcxMRUEdit
components use the drop-down window to let users specify the desired value. The OnCloseUp
event occurs when the drop-down window is closed. This happens when a user selects a value from the drop-down window or when a mouse click occurs outside of the window.
Parameters
The event has the following parameter:
Sender
A user form component that raised the event.