Class DocumentChangeEventArgs
This event arguments provides the necessary information about documentChange event.
Inheritance
System.Object
DocumentChangeEventArgs
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class DocumentChangeEventArgs : Object
Constructors
DocumentChangeEventArgs()
Declaration
public DocumentChangeEventArgs()
Methods
Equals(DocumentChangeEventArgs)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(DocumentChangeEventArgs documentChangeEventArgs)
Parameters
Type | Name | Description |
---|---|---|
DocumentChangeEventArgs | documentChangeEventArgs | An DocumentChangeEventArgs to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current object is equal to the other parameter; otherwise, false. |