Refreshes a Node, by clearing its content, and refilling the sub-tree with new,
probably more current information from the file-system OnBeforeExpand(TreeViewCancelEventArgs)
| C# | Visual Basic | Visual C++ |
protected void RefreshNode( ShellTreeNode p_Node, bool p_Recursive, bool p_FullRefresh )
Protected Sub RefreshNode ( _ p_Node As ShellTreeNode, _ p_Recursive As Boolean, _ p_FullRefresh As Boolean _ )
protected: void RefreshNode( ShellTreeNode^ p_Node, bool p_Recursive, bool p_FullRefresh )
- p_Node (ShellTreeNode)
- The node that should be refreshed.
- p_Recursive (Boolean)
- Pass true, if all subfolders should also be refreshed as well; otherwise false
- p_FullRefresh (Boolean)
- Pass true if the node should be fully refreshed; false for an optimized (faster) refresh.