Class SelectionChangedEventArgs
Represents the event arguments for selection change events in the SfBlockEditor component.
Inherited Members
Namespace: Syncfusion.Blazor.BlockEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class SelectionChangedEventArgs
Remarks
This event is triggered when the selection range within a block is modified.
It provides information about the user who made the selection change, as well as the previous and current selection ranges.
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
Content
Returns the selected content in the editor.
Declaration
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the selected content when the selection is changed. The default value is |