var instance; // Type: Events instance.CommentChanged = function(sheet, sheetName, comment, propertyName) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- comment
- The comment that triggered the event.
- propertyName
- The name of the comment's property that has changed.