DBLookupComboBox.OnCloseUp

Syntax

Sub OnCloseUp(Sender: Object; Args: IEventArgs);

Begin

//set of operators;

End Sub OnCloseUp;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter allows to determine event parameters.

Description

The OnCloseUp event occurs on collapsing of the DBLookupComboBox component list.

See also:

DBLookupComboBox