MeasuresLoaded: function (sender, args)
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).
The MeasuresLoaded event occurs on loading table structure.
The example of event use is given in description of the TabSheetDataSource.loadMeasures method.
See also: