ShellListBaseItemAfterRename Method |
Refreshes the item`s ItemIdLists, text and executes the PathWasRenamed methods
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected void AfterRename(
ShellBrowser sb,
string newName,
string oldPath
)
Protected Sub AfterRename (
sb As ShellBrowser,
newName As String,
oldPath As String
)
protected:
void AfterRename(
ShellBrowser^ sb,
String^ newName,
String^ oldPath
)
member AfterRename :
sb : ShellBrowser *
newName : string *
oldPath : string -> unit
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