Click or drag to resize
BlogCommentDetailFireOnCommentAction Method
Fires event when some blog comment action occurs.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax
C#
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