Click or drag to resize

ShellCommandEventArgsCommandSucceeded Property

Gets a value indicating whether the command succeeded.

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

Property Value

Type: Boolean
True if command succeeded, false if not.
See Also