Fires an event if an item is added to the tree.
| C# | Visual Basic | Visual C++ |
protected bool OnAddTreeNode( ShellTreeNode p_Node )
Protected Function OnAddTreeNode ( _ p_Node As ShellTreeNode _ ) As Boolean
protected: bool OnAddTreeNode( ShellTreeNode^ p_Node )
- p_Node (ShellTreeNode)
- The node that is to be added.
true if the item should be added, false otherwise