activeSheet.bind(GC.Spread.Sheets.Events.SelectionChanging, function (e, info) {    
//Use IE to see console
        console.log("Name (" + info.sheetName + ")");
});