Card event class.

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

Syntax

C#
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public class CardEvent
Visual Basic
<SerializableAttribute>
<CLSCompliantAttribute(true)>
Public Class CardEvent
Visual C++
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public ref class CardEvent
F#
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
type CardEvent =  class end

Inheritance Hierarchy

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also