DeviceStatusChangedEventArgs(Device) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.