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.2
Syntax
public ShellTreeNode ParentNode { get; }

Property Value

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