Click or drag to resize

ShellFolderOnCommandExec Method

Called when a specified command is executed.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void OnCommandExec(
	Object sender,
	CommandExecEventArgs e
)

Parameters

sender
Type: SystemObject
The sender.
e
Type: callback.ShellBoost.CoreCommandExecEventArgs
The CommandExecEventArgs instance containing the event data.
See Also