SelectionChanged: function (sender, args)
sender. Event source.
args. Event information, an instance of the PP.AutocompleteEventArgs class. Available argument: SelectionIndex - index of the selected tooltip.
The SelectionChanged event occurs on selecting an autocomplete suggestion in the drop-down menu using UP and DOWN keys.
The example of event use ig given in description of the Autocomplete constructor.
See also: