Spread.Sheets Documentation
CommentChanged type
GC.Spread.Sheets.Events Namespace : CommentChanged type
Occurs when any comment has changed.
Example
//This example uses the CommentChanged event.
activeSheet.bind(GC.Spread.Sheets.Events.CommentChanged, function (e, info) {
    alert("changed");
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events.CommentChanged

See Also

Reference

GC.Spread.Sheets.Events Namespace