BlogCommentDetailFireOnCommentAction Method |
Fires event when some blog comment action occurs.
Namespace: CMS.Blogs.Web.UIAssembly: CMS.Blogs.Web.UI (in CMS.Blogs.Web.UI.dll) Version: 12.0.0
Syntax protected void FireOnCommentAction(
string actionName,
Object actionArgument
)
Parameters
- actionName
- Type: SystemString
Name of the action that takes place - actionArgument
- Type: SystemObject
Argument of the action
See Also