Type of event.

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

Syntax

C#
public CardEventType EventType { get; }
Visual Basic
Public ReadOnly Property EventType As CardEventType
	Get
Visual C++
public:
property CardEventType EventType {
	CardEventType get ();
}
F#
member EventType : CardEventType with get

Property Value

Type: CardEventType

See Also