ShellBrowser .Net Edition
PathChanged Method (p_Sender, p_ItemIdList)
NamespacesJam.ShellShellControlConnectorPathChanged(IShellControl, ItemIdList)
This public method is used by the connected controls for synchronization. Usually this method should not be called by the user directly.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void PathChanged(
	IShellControl p_Sender,
	ItemIdList p_ItemIdList
)
Public Overridable Sub PathChanged ( _
	p_Sender As IShellControl, _
	p_ItemIdList As ItemIdList _
)
public:
virtual void PathChanged(
	IShellControl^ p_Sender, 
	ItemIdList^ p_ItemIdList
)
Parameters
p_Sender (IShellControl)
Contains the sender, which triggered the change of the folder.
p_ItemIdList (ItemIdList)
Contains information about the folder.
See Also

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)