ItemDeselected: function (sender, args)
sender. Event source.
args. Event information. The ListItem argument contains the list element that was deselected.
The ItemDeselected event is fired on removing selection from list item.
This event is relevant if multiple selection is enabled.
The example of event use is given in description of the Listbox.Multiselect property.
See also: