Share via


DeviceStatusChangedEventArgs(Device) Constructor

Definition

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

public DeviceStatusChangedEventArgs (Microsoft.PointOfService.Device device);
new Microsoft.PointOfService.DeviceStatusChangedEventArgs : Microsoft.PointOfService.Device -> Microsoft.PointOfService.DeviceStatusChangedEventArgs
Public Sub New (device As Device)

Parameters

device
Device

The DeviceInfo object to initialize with.

Applies to