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