CVB.Net 14.0
DeviceEventArgs Class Reference

Event argument for notifying a device change. More...

Inherits EventArgs.

Public Member Functions

 DeviceEventArgs (Device device)
 Creates the device event argument from the given device . More...
 

Properties

Device Device [get]
 Gets the device associated with an event.
 

Detailed Description

Event argument for notifying a device change.

Constructor & Destructor Documentation

◆ DeviceEventArgs()

DeviceEventArgs ( Device  device)

Creates the device event argument from the given device .

Parameters
deviceDevice object.