Class CommentUpdatedEventArgs
Event argument for events raised when an ActivityComment has been updated.
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 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.  |