Spread.Sheets Documentation
SelectionChanged type
GC.Spread.Sheets.Events Namespace : SelectionChanged type
Occurs when the selection of cells on the sheet has changed.
Example
//This example uses the SelectionChanged event.
activeSheet.bind(GC.Spread.Sheets.Events.SelectionChanged, function (e, info) {
        alert("Name (" + info.sheetName + ")");
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events.SelectionChanged

See Also

Reference

GC.Spread.Sheets.Events Namespace