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.2
Syntax
protected bool OnAddTreeNode(
	ShellTreeNode p_Node,
	ShellTreeNode p_Parent
)

Parameters

p_Node  ShellTreeNode
The node that is to be added.
p_Parent  ShellTreeNode
The parent ShellTreeNode of the item to be added.

Return Value

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