Autocomplete.SelectionChanged

Syntax

SelectionChanged: function (sender, args)

Parameters

sender. Event source.

args. Event information, an instance of the PP.AutocompleteEventArgs class. Available argument: SelectionIndex  - index of the selected tooltip.

Description

The SelectionChanged event occurs on selecting an autocomplete suggestion in the drop-down menu using UP and DOWN keys.

Example

The example of event use ig given in description of the Autocomplete constructor.

See also:

Autocomplete