BExplorer.Shell.FOperationProgressSink.PreCopyItem C# (CSharp) Method

PreCopyItem() public method

public PreCopyItem ( uint dwFlags, IShellItem psiItem, IShellItem psiDestinationFolder, string pszNewName ) : void
dwFlags uint
psiItem IShellItem
psiDestinationFolder IShellItem
pszNewName string
return void
		public override void PreCopyItem(uint dwFlags, IShellItem psiItem, IShellItem psiDestinationFolder, string pszNewName) {
			this._View.LargeImageList.SupressThumbnailGeneration(true);
		}