onCommentDeleted( )


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

The onCommentDeleted() event handler runs when an existing forum comment in your site is deleted. The received DeletedComment object contains information about the comment that was deleted.

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

Method Declaration
Copy
Method Parameters
eventDeletedCommentRequired

Information about the forum comment that was deleted.

Was this helpful?
Yes
No