DevicePlugAndPlay.RaiseDeviceAddedEvent(Device) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.