ShellBrowser .Net Edition
PathWasRenamed Method (pOldPath, pNewPath)
NamespacesJam.ShellPathSelectionListPathWasRenamed(String, String)
Searches the path in the selected files and if found, replaces it by the new name within the collection.
Declaration Syntax
C#Visual BasicVisual C++
public override void PathWasRenamed(
	string pOldPath,
	string pNewPath
)
Public Overrides Sub PathWasRenamed ( _
	pOldPath As String, _
	pNewPath As String _
)
public:
virtual void PathWasRenamed(
	String^ pOldPath, 
	String^ pNewPath
) override
Parameters
pOldPath (String)
The full file system path of the path before it was renamed.
pNewPath (String)
The full file path of the new name.

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