PathCollectionPathWasRenamed Method |
Call this method to update the collection, e.g. upon path rename.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic virtual void PathWasRenamed(
string p_OldName,
string p_NewName
)
Public Overridable Sub PathWasRenamed (
p_OldName As String,
p_NewName As String
)
public:
virtual void PathWasRenamed(
String^ p_OldName,
String^ p_NewName
)
abstract PathWasRenamed :
p_OldName : string *
p_NewName : string -> unit
override PathWasRenamed :
p_OldName : string *
p_NewName : string -> unit
Parameters
- p_OldName String
- The old name of the item
- p_NewName String
- The new name of the item
See Also