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