IFileOperationProgressSinkPreDeleteItem Method

Performs caller-implemented actions before the delete process for each item begins.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
void PreDeleteItem(
	TransferSourceFlags flags,
	IShellItem item
)

Parameters

flags  TransferSourceFlags
bitwise value that contains flags that control the operation.
item  IShellItem
Pointer to an IShellItem that specifies the item to be deleted.

See Also