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.1
Syntax public 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
Type:
BooleanTrue to cancel, false if not.
See Also