Show contents 

Working with MDM Dictionary > PP.Rds.Ui > Classes > FindBox > FindBox.FindChanged

FindBox.FindChanged

Syntax

FindChanged: function(sender, args, timeout);

Parameters

sender. Event source.

args. Event information.

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

Description

The FindChanged event is fired after the found result changes.

Example

The example of use is given on the page with description of the DataArea.getActiveFindBox method.

See also:

FindBox