1 changed file
Shell | ||
FOperationProgressSink.cs | ||
Add comment 115
Add comment 116 [HandleProcessCorruptedStateExceptions]
Add comment 117 public override void PostRenameItem(uint dwFlags, IShellItem psiItem, string pszNewName, uint hrRename, IShellItem psiNewlyCreated) {
Add comment 118 Minus this._View.Invoke((Action) (() => {
Add comment 118 Plus this._View.Invoke((Action)(() => {
Add comment 119 if (hrRename == 2555912 && psiItem != null && psiNewlyCreated != null) {
Add comment 120 var oldItem = FileSystemListItem.InitializeWithIShellItem(this._View.LVHandle, psiItem);
Add comment 121 var newItem = FileSystemListItem.InitializeWithIShellItem(this._View.LVHandle, psiNewlyCreated);