Card service event arguments

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

Syntax

C#
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public class CardServiceEventArgs : EventArgs
Visual Basic
<SerializableAttribute>
<CLSCompliantAttribute(true)>
Public Class CardServiceEventArgs
	Inherits EventArgs
Visual C++
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public ref class CardServiceEventArgs : public EventArgs
F#
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
type CardServiceEventArgs =  
    class
        inherit EventArgs
    end

Remarks

Note: See ServiceConsumed for important information.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    BasicCard.Framework..::..CardServiceEventArgs

See Also