ShellBrowser .Net Edition
OnAddTreeNode Method (p_Node)
NamespacesJam.ShellShellTreeViewOnAddTreeNode(ShellTreeNode)
Fires an event if an item is added to the tree.
Declaration Syntax
C#Visual BasicVisual C++
protected bool OnAddTreeNode(
	ShellTreeNode p_Node
)
Protected Function OnAddTreeNode ( _
	p_Node As ShellTreeNode _
) As Boolean
protected:
bool OnAddTreeNode(
	ShellTreeNode^ p_Node
)
Parameters
p_Node (ShellTreeNode)
The node that is to be added.
Return Value
true if the item should be added, false otherwise

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)