SaaS CMS has officially launched! Learn more now.

Class CommentCreatedEventArgs

Event argument for events raised when a new ActivityComment has been created.

Inheritance
System.Object
CommentCreatedEventArgs
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class CommentCreatedEventArgs : ActivityCommentEventArgs

Constructors

CommentCreatedEventArgs(ActivityComment)

Initializes a new instance of the CommentCreatedEventArgs class.

Declaration
public CommentCreatedEventArgs(ActivityComment comment)
Parameters
Type Name Description
ActivityComment comment

The comment that has been created.

Extension Methods