London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class CommentCreatedEventArgs

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

Inheritance
System.Object
System.EventArgs
CommentCreatedEventArgs
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: 10.10.4
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