IShellControlConnectorPathChanged Method |
Used by the connected controls for synchronization. Sets a new path in the ShellControlConnector.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxvoid PathChanged(
IShellControlConnectorTarget p_Sender,
ItemIdList p_ItemIdList
)
Sub PathChanged (
p_Sender As IShellControlConnectorTarget,
p_ItemIdList As ItemIdList
)
void PathChanged(
IShellControlConnectorTarget^ p_Sender,
ItemIdList^ p_ItemIdList
)
abstract PathChanged :
p_Sender : IShellControlConnectorTarget *
p_ItemIdList : ItemIdList -> unit Parameters
- p_Sender IShellControlConnectorTarget
- Contains the sender, which triggered the change of the folder.
- p_ItemIdList ItemIdList
- Contains an absolute ItemIdList representing the selected folder.
See Also