ShellTreeViewInformPathChanged Method | 
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected void InformPathChanged(
	ShellTreeNode p_NewNode
)
Protected Sub InformPathChanged ( 
	p_NewNode As ShellTreeNode
)
protected:
void InformPathChanged(
	ShellTreeNode^ p_NewNode
)
member InformPathChanged : 
        p_NewNode : ShellTreeNode -> unit Parameters
- p_NewNode  ShellTreeNode
 - The newly selected ShellTreeNode.
 
RemarksControls connected to the same 
ShellControlConnector will be updates to have the same shell folder active
See Also