ListBox.ItemDeselected

Syntax

ItemDeselected: function (sender, args)

Parameters

sender. Event source.

args. Event information. The ListItem argument contains the list element that was deselected.

Description

The ItemDeselected event is fired on removing selection from list item.

Comments

This event is relevant if multiple selection is enabled.

Example

The example of event use is given in description of the Listbox.Multiselect property.

See also:

ListBox