Share via


DevicePlugAndPlay.DeviceRemovedEvent Event

2/27/2008

An event that notifies the service objects that hardware has been removed.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Event DeviceRemovedEvent As DeviceStatusChangedEventHandler
public event DeviceStatusChangedEventHandler DeviceRemovedEvent
public:
event DeviceStatusChangedEventHandler^ DeviceRemovedEvent {
    void add (DeviceStatusChangedEventHandler^ value);
    void remove (DeviceStatusChangedEventHandler^ value);
}
/** @event */
public void add_DeviceRemovedEvent (DeviceStatusChangedEventHandler value)

/** @event */
public void remove_DeviceRemovedEvent (DeviceStatusChangedEventHandler value)

See Also

Reference

DevicePlugAndPlay Class
DevicePlugAndPlay Members
Microsoft.PointOfService Namespace