BoardMessageActionsOnBoardMessageAction Delegate |
References to the method called when some message action is fired.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
Syntax 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