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; }
Public ReadOnly Property OperationSucceeded As Boolean
Get
public:
property bool OperationSucceeded {
bool get ();
}
member OperationSucceeded : bool with get
Property Value
Type:
BooleanTrue if operation succeeded, false if not.
See Also