DGDataSource.MeasuresLoaded

Syntax

MeasuresLoaded: function(sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: Data - table measure data.

Description

The MeasuresLoaded event occurs after loading measures to table.

Example

The example of use is given on the Example of Creating an Asynchronous Data Table page.

See also:

DGDataSource