ListBox.SelectableSelected

Syntax

SelectableSelected: function (sender, args)

Parameters

sender. Event source.

args. Information on the event.  

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