Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class CommentUpdatedEventArgs

Event argument for events raised when an ActivityComment has been updated.

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

Constructors

CommentUpdatedEventArgs(ActivityComment)

Initializes a new instance of the CommentUpdatedEventArgs class.

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

The comment that has been updated.

Extension Methods