Click or drag to resize

AddTreeNodeEventArgs Properties

The AddTreeNodeEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCanAdd
Set this property to false if you want to prevent Node from being added.
Public propertyFullPath
the full path of the TreeNode that is associated to the currently handled event
Public propertyNode
The ShellTreeNode that should be added.
Public propertyParentNode
Gets the parent node, the node will be added to.
Top
See Also