DefaultTabSheetDataSource.MeasuresLoaded

Syntax

MeasuresLoaded: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available argument: Data - JSON object that contains the properties Cells (array of table cells), Structure (table structure) and Version (data version number). The Structure property contains the following fields: MUR - maximum number of rows in the table, MUC - maximum number of columns, FR - index of the extreme fixed row, FC - index of the extreme fixed column, DefaultRow - object that contains visibility and height values for a default row, DefaultColumn - object that contains visibility and width values for a default column, DG - grid visibility indication, DCN - indication of column headings visibility, DRN - indication of row headings visibility.

Description

The MeasuresLoaded event is fired after loading values to table.

Example

The example of event use is given on the DefaultTabSheetDataSource Constructor page.

See also:

DefaultTabSheetDataSource