Click or drag to resize

ShellFolderOnOperate Method

Called when a Shell Operation occurs.

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

Parameters

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