Click or drag to resize

BeforeShellCommandEventArgsCancel Property

Gets or sets a value indicating whether the command should be cancelled.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public bool Cancel { get; set; }

Property Value

Type: Boolean
True to cancel, false if not.
See Also