Click or drag to resize

ShellTreeViewInformPathChanged Method

Informs the ShellControlConnector that the selected shell folder has changed.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected void InformPathChanged(
	ShellTreeNode p_NewNode
)

Parameters

p_NewNode  ShellTreeNode
The newly selected ShellTreeNode.
Remarks
Controls connected to the same ShellControlConnector will be updates to have the same shell folder active
See Also