Spread.Sheets Documentation
SelectionChanging type
GC.Spread.Sheets.Events Namespace : SelectionChanging type
Occurs when the selection of cells on the sheet is changing.
Example
//This example uses the SelectionChanging event.
activeSheet.bind(GC.Spread.Sheets.Events.SelectionChanging, function (e, info) {
//Use IE to see console
        console.log("Name (" + info.sheetName + ")");
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events.SelectionChanging

See Also

Reference

GC.Spread.Sheets.Events Namespace