Class NodeCheckedEventArgs
Provides data for the NodeExpanded and NodeCollapsed events.
Inheritance
System.Object
NodeCheckedEventArgs
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.WinUI.dll
Syntax
public class NodeCheckedEventArgs : EventArgs
Constructors
NodeCheckedEventArgs()
Initializes a new instance of the NodeCheckedEventArgs class.
Declaration
public NodeCheckedEventArgs()
Properties
Node
Gets the data object associated with TreeViewItem.
Declaration
public TreeViewNode Node { get; }
Property Value
Type | Description |
---|---|
TreeViewNode | An object that represents the item at the node checked/unchecked position. |