Click or drag to resize

ShellListBaseItem.AfterRename 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.Shell.ShellBrowser
The ShellBrowser that is set to the new Path of the item.
newName
Type: System.String
The new name of the item.
oldPath
Type: System.String
The old name of the item.
See Also