Share via


DevicePlugAndPlay.DeviceAddedEvent Event

2/27/2008

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

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

Syntax

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

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

See Also

Reference

DevicePlugAndPlay Class
DevicePlugAndPlay Members
Microsoft.PointOfService Namespace