This event occurs when the user selected 'Rename' in the context menu of an object.
property OnRename: TNotifyEvent;
When this event occurs, you can allow the user to edit the name of the current object, e.g. by using inplace editing of a TreeView or ListView.
TShellBrowser.CanRename
TShellBrowser.InvokeContextMenuCommand
TShellBrowser.ReadOnly
TShellBrowser.RenameObject
TShellBrowser.ShowContextMenu
ShellBrowser.TShellBrowser