Opened: function (sender, args)
sender. Event source.
args. Information on the event, an instance of the PP.AutocompleteEventArgs class. Available argument: SelectionIndex - index of the selected tooltip.
The Opened event occurs on opening a menu to select tooltip.
The example of use is given in description of the Autocomplete.Selected event.
See also: