OnCommentActionEventHandler Delegate |
Fired when comment action (edit, delete, reject, approve, ..) is performed.
Namespace: CMS.Blogs.Web.UIAssembly: CMS.Blogs.Web.UI (in CMS.Blogs.Web.UI.dll) Version: 12.0.0
Syntax public delegate void OnCommentActionEventHandler(
string actionName,
Object actionArgument
)
Parameters
- actionName
- Type: SystemString
Action name - actionArgument
- Type: SystemObject
Action argument
See Also