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