DictionaryTree.NodesFiltered

Syntax

NodesFiltered: function(sender, args, timeout);

Parameters

sender. Event source.

args. Event information.

timeout. Time delay (milliseconds) after which the event is fired.

Description

The NodesFiltered event occurs after applying data search filter to the tree of dictionary elements.

Example

The example of use is given on the page with description of the DictionaryTree.setFilter method.

See also:

DictionaryTree