Sub OnCloseUp(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnCloseUp;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnCloseUp event occurs on collapsing of the DBLookupComboBox component list.
See also: