menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NodeCheckStateChangedEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NodeCheckStateChangedEventArgs

    Provides data for NodeCheckStateChanged event.

    Inheritance
    System.Object
    NodeCheckStateChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class NodeCheckStateChangedEventArgs : EventArgs

    Constructors

    NodeCheckStateChangedEventArgs()

    Declaration
    public NodeCheckStateChangedEventArgs()

    Properties

    Node

    Gets the TreeNode associated with the clicked check box.

    Declaration
    public TreeNode Node { get; }
    Property Value
    Type
    TreeNode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved