Class CommentDeletedEventArgs
Event argument for events raised when an ActivityComment has been deleted.
Inheritance
System.Object
    System.EventArgs
    CommentDeletedEventArgs
  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: 8.11.0Syntax
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 |