Click or drag to resize

AddTreeNodeEventArgsParentNode Property

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.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