ListBox.ItemClick

Syntax

ItemClick: function (sender, args)

Parameters

sender. Event source.

args. Information on the event. The Item argument returns the element of the list which is clicked on.

Description

The ItemClick event occurs on list element click.

Comments

The event is fired after releasing the mouse button on the same element that has been clicked.

Example

The example of property use is given in description of the ListBox.getScrollBox method.

See also:

ListBox