GC.Spread.Sheets Namespace > Events type : ValueChanged Event |
var instance; // Type: Events instance.ValueChanged = function(sheet, sheetName, row, col, oldValue, newValue) { };
activeSheet.bind(GC.Spread.Sheets.Events.ValueChanged, function (e, info) { alert("Value (" + info.newValue + ")"); });