Construct card event object.

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

Syntax

C#
protected CardEvent(
	CardEventType eventType
)
Visual Basic
Protected Sub New ( 
	eventType As CardEventType
)
Visual C++
protected:
CardEvent(
	CardEventType eventType
)
F#
new : 
        eventType : CardEventType -> CardEvent

Parameters

eventType
Type: BasicCard.Framework..::..CardEventType
event type

See Also