Click or drag to resize

ShellControlConnectorPathChanged Method

This public method is used by the connected controls for synchronization. Usually this method should not be called by the user directly.

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

Parameters

p_Sender  IShellControlConnectorTarget
Contains the sender, which triggered the change of the folder.
p_ItemIdList  ItemIdList
Contains information about the folder.

Implements

IShellControlConnectorPathChanged(IShellControlConnectorTarget, ItemIdList)
See Also