Click or drag to resize

AddTreeNodeEventArgs Class

Provides data for the OnAddTreeNode(ShellTreeNode, ShellTreeNode) event.
Inheritance Hierarchy

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public class AddTreeNodeEventArgs : EventArgs

The AddTreeNodeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodAddTreeNodeEventArgs
Initializes a new instance of the AddTreeNodeEventArgs class.
Top
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