onChangeCommentData

onChangeCommentData

The function called when the specified comment is changed with the ChangeComment method.

Parameters:

Name Type Description
comment comment

Defines the comment object containing the comment data.

Example

Copy code
window.Asc.plugin.event_onChangeCommentData = function(comment)
{
    changeComment(comment);
};