Determines whether the operation running on the current thread is cancelled.
Namespace: FirstFloor.Documents.ComponentModelAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
protected bool IsCurrentOperationCancelled { get; } |
| Visual Basic |
|---|
Protected ReadOnly Property IsCurrentOperationCancelled As Boolean
Get |
| Visual C++ |
|---|
protected:
property bool IsCurrentOperationCancelled {
bool get ();
} |
Field Value
true if the current operation is cancelled; otherwise,
false.
See Also