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: 7.2
Syntax
public bool CommandSucceeded { get; }

Property Value

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