True if request has been canceled

Namespace: BasicCard.Framework
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
bool Canceled { get; }
Visual Basic
ReadOnly Property Canceled As Boolean
	Get
Visual C++
property bool Canceled {
	bool get ();
}
F#
abstract Canceled : bool with get

Property Value

Type: Boolean

See Also