ComboBox.OnItemSelect

Syntax

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

Begin

//set of operators;

End Sub OnItemSelect;

Parameters

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

Args - parameter that enables the user to determine event parameters.

Description

The OnItemSelect event occurs when the element is selected from the list. This event occurs earlier than the OnChange event.

See also:

ComboBox