AddTreeNodeEventArgs Properties |
The AddTreeNodeEventArgs type exposes the following members.
Name | Description | |
---|---|---|
CanAdd |
Set this property to false if you want to prevent Node from being added.
| |
FullPath |
the full path of the TreeNode that is associated to the currently handled event
| |
Node |
The ShellTreeNode that should be added.
| |
ParentNode | Gets the parent node, the node will be added to. |