Class SelectionChangeEventArgs
This event arguments provides the necessary information about selectionChange event.
Inherited Members
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class SelectionChangeEventArgs
Constructors
SelectionChangeEventArgs()
Declaration
public SelectionChangeEventArgs()
Properties
IsCompleted
Indicates whether the selection has been completed or not.
Declaration
[JsonPropertyName("isCompleted")]
public bool IsCompleted { get; set; }
Property Value
| Type |
|---|
| bool |