GcSpread.Sheets Namespace > Events type : CommentChanged Event |
var instance; // Type: Events instance.CommentChanged = function(sheet, sheetName, comment, propertyName) { };
activeSheet.bind(GcSpread.Sheets.Events.CommentChanged, function (e, info) { alert("changed"); });