BeforeShellCommandEventArgsCancel Property |
Gets or sets a value indicating whether the command should be cancelled.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool Cancel { get; set; }
Public Property Cancel As Boolean
Get
Set
public:
property bool Cancel {
bool get ();
void set (bool value);
}
member Cancel : bool with get, set
Property Value
BooleanTrue to cancel, false if not.
See Also