ShellListBaseItemAfterRename Method |
Refreshes the item`s ItemIdLists, text and executes the PathWasRenamed methods
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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 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