Click or drag to resize

ShellListBaseItemAfterRename Method

Refreshes the item`s ItemIdLists, text and executes the PathWasRenamed methods

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected void AfterRename(
	ShellBrowser sb,
	string newName,
	string oldPath
)

Parameters

sb  ShellBrowser
The ShellBrowser that is set to the new Path of the item.
newName  String
The new name of the item.
oldPath  String
The old name of the item.
See Also