OneTagProgressArgs.IsCanceled Property

TegoOS

OneTagProgressArgsIsCanceled Property
Gets whether the operation is canceled.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public bool IsCanceled { get; }
Public ReadOnly Property IsCanceled As Boolean
	Get
public:
property bool IsCanceled {
	bool get ();
}
member IsCanceled : bool with get

Property Value

Type: Boolean
See Also