Click or drag to resize
OnAfterCommentSavedEventHandler Delegate
Fired after the comment is saved.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax
C#
public delegate void OnAfterCommentSavedEventHandler(
	BlogCommentInfo commentObj
)

Parameters

commentObj
Type: CMS.BlogsBlogCommentInfo
Comment data
See Also