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