DeviceChangedEventArgs(DeviceInfo) 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.
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.