Sub OnItemSelect(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnItemSelect;
Sender - parameter that returns the component that has generated the event.
Args - parameter that enables the user to determine event parameters.
The OnItemSelect event occurs when the element is selected from the list. This event occurs earlier than the OnChange event.
See also: