ToolbarComboBox.OnItemSelect

Syntax

OnItemSelect(Sender: Object; Args: IEventArgs);

Parameters

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

Args. The 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 before the OnChange event.

See also:

ToolbarComboBox