TabSheetDataSource.MeasuresLoaded

Syntax

MeasuresLoaded: function (sender, args)

Parameters

sender. Event source.

args. Event information. Available arguments: Data (returns an object that contains table structure description) and Selection (returns an object with description of selected table cells).

Description

The MeasuresLoaded event occurs on loading table structure.

Example

The example of event use is given in description of the TabSheetDataSource.loadMeasures method.

See also:

TabSheetDataSource