Click or drag to resize

ShellTreeViewRefreshNode Method

Refreshes a Node, by clearing its content, and refilling the sub-tree with new, probably more current information from the file-system OnBeforeExpand(TreeViewCancelEventArgs)

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected void RefreshNode(
	ShellTreeNode p_Node,
	bool p_Recursive,
	bool p_FullRefresh
)

Parameters

p_Node
Type: Jam.ShellShellTreeNode
The node that should be refreshed.
p_Recursive
Type: SystemBoolean
Pass true, if all subfolders should also be refreshed as well; otherwise false
p_FullRefresh
Type: SystemBoolean
Pass true if the node should be fully refreshed; false for an optimized (faster) refresh.
See Also