Click or drag to resize

ShellListBaseItemAfterRename Method

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

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

Parameters

sb
Type: Jam.ShellShellBrowser
The ShellBrowser that is set to the new Path of the item.
newName
Type: SystemString
The new name of the item.
oldPath
Type: SystemString
The old name of the item.
See Also