DataSource.DataChanged

Syntax

DataChanged: function(sender, args, timeout);

Parameters

sender. Event source.

args. Event information.

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

Description

The DataChanged event occurs when data in the source is changed.

Example

The example of use is given on the page with description of the DataSource.Data property.

See also:

DataSource