Register card event handler to be notified about card insertion and removal events.
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public void AddCardEventHandler(
CardEventHandler handler
) |
Visual Basic |
---|
Public Sub AddCardEventHandler (
handler As CardEventHandler
) |
Visual C++ |
---|
public:
void AddCardEventHandler(
CardEventHandler^ handler
) |
F# |
---|
member AddCardEventHandler :
handler : CardEventHandler -> unit
|
Parameters
- handler
- Type: BasicCard.Framework..::..CardEventHandler
Card event handler to add.
Remarks
See Also