Share via


DeviceStatusChangedEventArgs Constructor

2/27/2008

Creates an instance of the DeviceStatusChangedEventArgs class with the specified DeviceInfo.

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

Syntax

'Declaration
Public Sub New ( _
    device As Device _
)
public DeviceStatusChangedEventArgs (
    Device device
)
public:
DeviceStatusChangedEventArgs (
    Device^ device
)
public DeviceStatusChangedEventArgs (
    Device device
)
public function DeviceStatusChangedEventArgs (
    device : Device
)

Parameters

  • device
    The DeviceInfo object to initialize with.

See Also

Reference

DeviceStatusChangedEventArgs Class
DeviceStatusChangedEventArgs Members
Microsoft.PointOfService Namespace