Share via


DevicePlugAndPlay.RaiseDeviceAddedEvent(Device) Method

Definition

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

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

Parameters

device
Device

The hardware device that was added.

Applies to