Click or drag to resize

ShellFolderOnOperate Method

Called when a Shell Operation occurs.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void OnOperate(
	ShellOperationEventArgs e
)

Parameters

e
Type: ShellBoost.CoreShellOperationEventArgs
The ShellOperationEventArgs instance containing the event data.
See Also