Class ActivityCommentEventArgs
Base class for event arguments related to ActivityComment instances.
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public abstract class ActivityCommentEventArgs : EventArgsConstructors
ActivityCommentEventArgs(ActivityComment)
Creates a new instance of ActivityCommentEventArgs
Declaration
protected ActivityCommentEventArgs(ActivityComment comment)Parameters
| Type | Name | Description | 
|---|---|---|
| ActivityComment | comment | 
Properties
Comment
The comment.
Declaration
public virtual ActivityComment Comment { get; }Property Value
| Type | Description | 
|---|---|
| ActivityComment | 
