DevicePlugAndPlay.RaiseDeviceRemovedEvent(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 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.