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.1
Syntax public virtual void PathChanged(
IShellControlConnectorTarget p_Sender,
ItemIdList p_ItemIdList
)
Public Overridable Sub PathChanged (
p_Sender As IShellControlConnectorTarget,
p_ItemIdList As ItemIdList
)
public:
virtual void PathChanged(
IShellControlConnectorTarget^ p_Sender,
ItemIdList^ p_ItemIdList
)
abstract PathChanged :
p_Sender : IShellControlConnectorTarget *
p_ItemIdList : ItemIdList -> unit
override PathChanged :
p_Sender : IShellControlConnectorTarget *
p_ItemIdList : ItemIdList -> unit
Parameters
- p_Sender
- Type: Jam.ShellIShellControlConnectorTarget
Contains the sender, which triggered the change of the folder. - p_ItemIdList
- Type: Jam.ShellItemIdList
Contains information about the folder.
Implements
IShellControlConnectorPathChanged(IShellControlConnectorTarget, ItemIdList)See Also