//This example uses the EnterCell event. activeSheet.bind(GC.Spread.Sheets.Events.EnterCell, function (e, info) { alert("Cell (" + info.row + ", " + info.col +")"); });
Object GC.Spread.Sheets.Events.EnterCell
GC.Spread.Sheets.Events Namespace