Spread.Sheets Documentation
ShapeSelectionChanged type
GC.Spread.Sheets.Events Namespace : ShapeSelectionChanged type
Occurs when the selections of the shape have changed.
Example
//This example uses the ShapeSelectionChanged event.
var shape = sheet.shapes.add("myShape", GC.Spread.Sheets.Shapes.AutoShapeType.diamond, 0, 90, 200, 200);
activeSheet.bind(GC.Spread.Sheets.Events.ShapeSelectionChanged, function (e, info) {
       console.log("event info: " + info);
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events.ShapeSelectionChanged

See Also

Reference

GC.Spread.Sheets.Events Namespace