Class TreeNodeEventArgs
Provides event data for TreeNode events.
Inheritance
System.Object
TreeNodeEventArgs
Namespace: Syncfusion.Windows.Controls.VirtualTreeView
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public class TreeNodeEventArgs : EventArgs
Constructors
TreeNodeEventArgs(TreeNode)
Initializes a new instance of the TreeNodeEventArgs class.
Declaration
public TreeNodeEventArgs(TreeNode node)
Parameters
Type | Name | Description |
---|---|---|
TreeNode | node | The node. |
Properties
Node
Gets or sets the node.
Declaration
public TreeNode Node { get; set; }
Property Value
Type | Description |
---|---|
TreeNode | The node. |