Click or drag to resize

OperationEventArgsOperationSucceeded Property

Gets a value indicating whether the operation succeeded.

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

Property Value

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