Class CommentCreatedEventArgs
Event argument for events raised when a new Activity
Inherited Members
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class CommentCreatedEventArgs : ActivityCommentEventArgs
Constructors
CommentCreatedEventArgs(ActivityComment)
Initializes a new instance of the Comment
Declaration
public CommentCreatedEventArgs(ActivityComment comment)
Parameters
Type | Name | Description |
---|---|---|
Activity |
comment | The comment that has been created. |