Class CommentDeleteEventArgs
This event args provides the necessary information about comment delete.
Inheritance
System.Object
CommentDeleteEventArgs
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class CommentDeleteEventArgs : Object
Constructors
CommentDeleteEventArgs()
Declaration
public CommentDeleteEventArgs()
Properties
Author
Comment author.
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
Cancel
Specifies whether the event is handled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Equals(CommentDeleteEventArgs)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(CommentDeleteEventArgs commentDeleteEventArgs)
Parameters
Type | Name | Description |
---|---|---|
CommentDeleteEventArgs | commentDeleteEventArgs | An CommentDeleteEventArgs to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current object is equal to the other parameter; otherwise, false. |