Autocomplete.Opened

Syntax

Opened: function (sender, args)

Parameters

sender. Event source.

args. Information on the event, an instance of the PP.AutocompleteEventArgs class. Available argument: SelectionIndex  - index of the selected tooltip.

Description

The Opened event occurs on opening a menu to select tooltip.

Example

The property use is given in description of the Autocomplete.Selected event.

See also:

Autocomplete