Click or drag to resize

ShellTreeViewInformPathChanged Method

Informs the ShellControlConnector that the selected shell folder has changed.

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

Parameters

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