Click or drag to resize
OnAfterMessageSavedEventHandler Delegate
References to the method called after message was saved.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public delegate void OnAfterMessageSavedEventHandler(
	BoardMessageInfo message
)

Parameters

message
Type: CMS.MessageBoardsBoardMessageInfo
Board message object
See Also