Click or drag to resize

ShellContextMenuOnBeforeCommandExecute Method

Fires the BeforeCommandExecute event.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
protected void OnBeforeCommandExecute(
	Object sender,
	BeforeShellCommandEventArgs e
)

Parameters

sender
Type: SystemObject
Source of the event.
e
Type: Jam.ShellBeforeShellCommandEventArgs
Event information to send to registered event handlers.
See Also