SelectionChanged: function (sender, args);
sender. Event source.
args. Event information. Available arguments: Selection - selected cell range in JSON format, FocusedCell - coordinates of the cell over which the mouse pointer is hovered.
The SelectionChanged event occurs after changing selection in the table of the express report working area.
The example of event use is given on the Example of Creating the EaxGrid Component page.
See also: