ListBox.ItemMouseDown

Syntax

ItemMouseDown: 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 ItemMouseDown event occurs on holding the mouse on the element.

Example

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

See also:

ListBox