Class CommentDeletedEventArgs
Event argument for events raised when an ActivityComment has been deleted.
Inheritance
System.Object
CommentDeletedEventArgs
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class CommentDeletedEventArgs : EventArgs
Constructors
CommentDeletedEventArgs(Int64)
Initializes a new instance of the CommentDeletedEventArgs class.
Declaration
public CommentDeletedEventArgs(long commentId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | commentId | The id of the comment that was deleted. |
Properties
CommentID
The Id of the comment that was deleted.
Declaration
public virtual long CommentID { get; }
Property Value
Type | Description |
---|---|
System.Int64 |