Click or drag to resize

AddTreeNodeEventArgs Class

Provides data for the OnAddTreeNode(ShellTreeNode, ShellTreeNode) event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellAddTreeNodeEventArgs

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

The AddTreeNodeEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodAddTreeNodeEventArgsInitializes 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 propertyParentNodeGets the parent node, the node will be added to.
Top
See Also