alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SelectionChangedEventArgs

    Represents the event arguments for selection change events in the SfBlockEditor component.

    Inheritance
    object
    SelectionChangedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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 .

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved