Gets a value indicating whether the operation has been cancelled.

Namespace:  Rebex
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public ReadOnly Property Cancelled As Boolean
	Get
C#
public bool Cancelled { get; }

Return Value

True if the operation has been cancelled; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also