Click or drag to resize

Win32ShellContextMenuProviderOnBeforeCommandExecute Method

Executes the BeforeCommandExecute event.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
protected virtual bool OnBeforeCommandExecute(
	ShellCommand pCommand
)

Parameters

pCommand
Type: Jam.ShellShellCommand
The context menu command that should be processed.

Return Value

Type: Boolean
True if the command can be executed, false if it should be skipped.
See Also