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.2
Syntax
public bool Cancel { get; set; }

Property Value

Boolean
True to cancel, false if not.
See Also