Class CommentAddingEventArgs
Provides data for the CommentAdding
event.
Inheritance
System.Object
CommentAddingEventArgs
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class CommentAddingEventArgs : EventArgs
Constructors
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. |