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

PreMoveItem() public method

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