| PathSelectionListPathWasRenamed Method  | 
 
            Searches the path in the selected files and if found, 
            replaces it by the new name within the collection.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxpublic 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
abstract PathWasRenamed : 
        pOldPath : string * 
        pNewPath : string -> unit 
override PathWasRenamed : 
        pOldPath : string * 
        pNewPath : string -> unit Parameters
- pOldPath
- Type: SystemString
 The full file system path of the path before it was renamed.
- pNewPath
- Type: SystemString
 The full file path of the new name.
 See Also
See Also