Click or drag to resize

AddTreeNodeEventArgsParentNode Property

Gets the parent node, the node will be added to.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ShellTreeNode ParentNode { get; }

Property Value

Type: ShellTreeNode
The parent node; null if a root node is added.
Remarks
The OnAddTreeNode(ShellTreeNode, ShellTreeNode) is called before the node was added to the ShellTree, so Node.Parent will be null.
See Also