Click or drag to resize

ShellTreeViewBeforeShellCommand Event

This event is fired when a shell command is to be executed, ie. via the context menu It is possible to permit the execution of the shell command by modifying the BeforeShellCommandEventArgs

Namespace:  Jam.Shell.WPF.Controls.Winforms
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public event EventHandler<BeforeShellCommandEventArgs> BeforeShellCommand

Value

Type: SystemEventHandlerBeforeShellCommandEventArgs
See Also