DeviceChangedEventArgs Constructor
2/27/2008
Initializes an instance of the DeviceChangedEventArgs class with the specified DeviceInfo.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Sub New ( _
device As DeviceInfo _
)
public DeviceChangedEventArgs (
DeviceInfo device
)
public:
DeviceChangedEventArgs (
DeviceInfo^ device
)
public DeviceChangedEventArgs (
DeviceInfo device
)
public function DeviceChangedEventArgs (
device : DeviceInfo
)
Parameters
- device
The DeviceInfo object to initialize with.
See Also
Reference
DeviceChangedEventArgs Class
DeviceChangedEventArgs Members
Microsoft.PointOfService Namespace