Click or drag to resize

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: 6.3.1
Syntax
public virtual void PathWasRenamed(
	string p_OldName,
	string p_NewName
)

Parameters

p_OldName
Type: SystemString
The old name of the item
p_NewName
Type: SystemString
The new name of the item
See Also