OperationEventArgsOperationSucceeded Property |
Gets a value indicating whether the operation succeeded.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.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