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

Namespace: CMS.Blogs.Web.UI
Assembly: CMS.Blogs.Web.UI (in CMS.Blogs.Web.UI.dll) Version: 10.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