Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionChangeEventArgs

    Show / Hide Table of Contents

    Class SelectionChangeEventArgs

    This event arguments provides the necessary information about selectionChange event.

    Inheritance
    System.Object
    SelectionChangeEventArgs
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class SelectionChangeEventArgs : Object

    Constructors

    SelectionChangeEventArgs()

    Declaration
    public SelectionChangeEventArgs()

    Methods

    Equals(SelectionChangeEventArgs)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(SelectionChangeEventArgs selectionChangeEventArgs)
    Parameters
    Type Name Description
    SelectionChangeEventArgs selectionChangeEventArgs

    An SelectionChangeEventArgs to compare.

    Returns
    Type Description
    System.Boolean

    true if the current object is equal to the other parameter; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved