SaaS CMS has officially launched! Learn more now.

Class ActivityCommentEventArgs

Base class for event arguments related to ActivityComment instances.

Inheritance
System.Object
System.EventArgs
ActivityCommentEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public abstract class ActivityCommentEventArgs : EventArgs

Constructors

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

Extension Methods