Show contents 

Working with Lists > Classes > ListBox > ListBox.SelectableSelected

ListBox.SelectableSelected

Syntax

SelectableSelected: function (sender, args)

Parameters

sender. Event source.

args. Event information.

Description

The SelectableSelected event occurs on any click on list element.

Example

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

See also:

ListBox