Share via


DeviceChangedEventArgs(DeviceInfo) Constructor

Definition

Initializes an instance of the DeviceChangedEventArgs class with the specified DeviceInfo.

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

Parameters

device
DeviceInfo

The DeviceInfo object to initialize with.

Applies to