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