Share via


DevicePlugAndPlay.RaiseDeviceRemovedEvent(Device) Method

Definition

Raises an event that notifies the service objects that hardware has been removed.

protected void RaiseDeviceRemovedEvent (Microsoft.PointOfService.Device device);
member this.RaiseDeviceRemovedEvent : Microsoft.PointOfService.Device -> unit
Protected Sub RaiseDeviceRemovedEvent (device As Device)

Parameters

device
Device

The hardware device that was removed.

Applies to