Call this method to update the collection, e.g. upon path rename

Declaration Syntax
public virtual void PathWasRenamed(
string p_OldPath,
string p_NewPath
)
Public Overridable Sub PathWasRenamed ( _
p_OldPath As String, _
p_NewPath As String _
)
public:
virtual void PathWasRenamed(
String^ p_OldPath,
String^ p_NewPath
)

Return Value
true, if the old path was found and removed from
the collection and the new path was added
Assembly:
ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)