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

Parameters

p_OldName  String
The old name of the item
p_NewName  String
The new name of the item
See Also