menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CheckBoxChangeEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CheckBoxChangeEventArgs<T>

    Defines the event arguments for checkbox change event of Tree Grid.

    Inheritance
    System.Object
    CheckBoxChangeEventArgs<T>
    Namespace: Syncfusion.Blazor.TreeGrid
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CheckBoxChangeEventArgs<T> : Object
    Type Parameters
    Name Description
    T

    A type which provides schema for the event arguments.

    Constructors

    CheckBoxChangeEventArgs()

    Declaration
    public CheckBoxChangeEventArgs()

    Properties

    Checked

    Defines the checked state.

    Declaration
    public bool Checked { get; set; }
    Property Value
    Type Description
    System.Boolean

    true, if the checkbox is checked. Otherwise, false.

    SelectedRowIndex

    Defines the selected row index.

    Declaration
    public int SelectedRowIndex { get; }
    Property Value
    Type Description
    System.Int32

    Accepts an integer value.

    SelectedRowIndexes

    Defines the selected row indexes.

    Declaration
    public List<int> SelectedRowIndexes { get; }
    Property Value
    Type
    System.Collections.Generic.List<System.Int32>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved