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

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

Parameters

commentObj
Type: CMS.BlogsBlogCommentInfo
Comment data
See Also