TabSheetDataSource.RangeLoaded

Syntax

RangeLoaded:  function (sender, args)

Parameters

sender. Event source.

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

Description

The RangeLoaded event occurs after loading table ranges.

Example

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

See also:

TabSheetDataSource