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 |