Class CommentShowingEventArgs
Inheritance
System.Object
    System.EventArgs
    CommentShowingEventArgs
  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: Telerik.WinForms.Documents.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class CommentShowingEventArgs : EventArgs
  Constructors
CommentShowingEventArgs(Comment, CommentAppearanceSettings)
Declaration
public CommentShowingEventArgs(Comment comment, CommentAppearanceSettings settings)
  Parameters
| 
        Comment
        comment
         
  | 
    
| 
        CommentAppearanceSettings
        settings
         
  | 
    
Properties
AppearanceSettings
Declaration
public CommentAppearanceSettings AppearanceSettings { get; }
  Property Value
| 
        CommentAppearanceSettings
         
  |