OnAfterCommentSavedEventHandler Delegate |
Fired after the comment is saved.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax public delegate void OnAfterCommentSavedEventHandler(
BlogCommentInfo commentObj
)
Parameters
- commentObj
- Type: CMS.BlogsBlogCommentInfo
Comment data
See Also