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. | |
Event argument for notifying a device change.
DeviceEventArgs | ( | Device | device | ) |
Creates the device event argument from the given device .
device | Device object. |