Click or drag to resize

ShellTreeViewOnAddTreeNode Method

Fires an event if an item is added to the tree.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected bool OnAddTreeNode(
	ShellTreeNode p_Node,
	ShellTreeNode p_Parent
)

Parameters

p_Node
Type: Jam.ShellShellTreeNode
The node that is to be added.
p_Parent
Type: Jam.ShellShellTreeNode
The parent ShellTreeNode of the item to be added.

Return Value

Type: Boolean
true if the item should be added, false otherwise.
See Also