Class CommentAddingEventArgs
Provides data for the CommentAdding event.
Inheritance
System.Object
    System.EventArgs
    CommentAddingEventArgs
  Inherited Members
      System.EventArgs.Empty
    
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class CommentAddingEventArgs : EventArgsConstructors
CommentAddingEventArgs(CommentAdv)
Initializes a new instance of the CommentAddingEventArgs class for the specified see cref="CommentAdv"/>.
Declaration
public CommentAddingEventArgs(CommentAdv commentAdv)Parameters
| Type | Name | Description | 
|---|---|---|
| CommentAdv | commentAdv | The CommentAdv instance associated with the CommentAddingEventArgs. | 
Properties
Comment
Gets the CommentAdv instance.
Declaration
public CommentAdv Comment { get; }Property Value
| Type | Description | 
|---|---|
| CommentAdv | The CommentAdv instance. | 
VisualStyle
Gets the visual style of the CommentAdv.
Declaration
public CommentVisualStyle VisualStyle { get; }Property Value
| Type | Description | 
|---|---|
| CommentVisualStyle | The visual style of the CommentAdv. |