AddTreeNodeEventArgs Class |
Namespace: Jam.Shell
The AddTreeNodeEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| AddTreeNodeEventArgs | Initializes a new instance of the AddTreeNodeEventArgs class. |
| 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. |