Spread.Sheets Documentation
ActiveSheetChanged type
GC.Spread.Sheets.Events Namespace : ActiveSheetChanged type
Occurs when the user has changed the active sheet.
Example
//This example creates log text for the ActiveSheetChanged event.
// Use IE to see the console log text
spread.bind(GC.Spread.Sheets.Events.ActiveSheetChanged, function (sender, args) {
    console.log("Active sheet has been switched.");
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events.ActiveSheetChanged

See Also

Reference

GC.Spread.Sheets.Events Namespace