Gets a value indicating whether the application or the user has requested cancellation of a background operation.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public bool CancellationPending { get; } |
Visual Basic |
---|
Public ReadOnly Property CancellationPending As Boolean
Get |
Visual C++ |
---|
public:
property bool CancellationPending {
bool get ();
} |
F# |
---|
member CancellationPending : bool with get
|
Property Value
Type:
Boolean
See Also