PathCollectionPathWasRenamed Method |
Call this method to update the collection, e.g. upon path rename.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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
- Type: SystemString
The old name of the item - p_NewName
- Type: SystemString
The new name of the item
See Also