A card was inserted into a card reader.

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

Syntax

C#
public static CardEvent Insert { get; }
Visual Basic
Public Shared ReadOnly Property Insert As CardEvent
	Get
Visual C++
public:
static property CardEvent^ Insert {
	CardEvent^ get ();
}
F#
static member Insert : CardEvent with get

Property Value

Type: CardEvent

See Also