Click or drag to resize
OnCommentActionEventHandler Delegate
Fired when comment action (edit, delete, reject, approve, ..) is performed.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
public delegate void OnCommentActionEventHandler(
	string actionName,
	Object actionArgument
)

Parameters

actionName
Type: SystemString
Action name
actionArgument
Type: SystemObject
Action argument
See Also