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