Show / Hide Table of Contents

OnRemoved Method

OnRemoved(ISmartCardDevice)

Implementers should call this method when they have discovered that a smart card device has been removed from the system.

C#
protected void OnRemoved(ISmartCardDevice device)

Parameters

Type Name Description
ISmartCardDevice device

The device instance that originates this event.

In this article
Back to top Generated by DocFX