onCommentUpdated( )


A backend event that fires when a forum comment is updated.

The onCommentUpdated() event handler runs when a an existing forum comment in your site is updated. The received UpdatedComment object contains information about the comment that was updated.

Note: Backend events are not fired when previewing your site.

Method Declaration
Copy
Method Parameters
eventUpdatedCommentRequired

Information about the forum comment that was updated.

Was this helpful?
Yes
No