Click or drag to resize

IShellControlConnectorPathChanged Method

Used by the connected controls for synchronization. Sets a new path in the ShellControlConnector.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
void PathChanged(
	IShellControlConnectorTarget p_Sender,
	ItemIdList p_ItemIdList
)

Parameters

p_Sender
Type: Jam.ShellIShellControlConnectorTarget
Contains the sender, which triggered the change of the folder.
p_ItemIdList
Type: Jam.ShellItemIdList
Contains an absolute ItemIdList representing the selected folder.
See Also