Click or drag to resize
BoardMessageActionsOnBoardMessageAction Delegate
References to the method called when some message action is fired.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public delegate void OnBoardMessageAction(
	string actionName,
	Object argument
)

Parameters

actionName
Type: SystemString
Name of the action fired
argument
Type: SystemObject
Argument related to the action
See Also