Class DeviceEventArgs
Provides data about device related events
public class DeviceEventArgs : EventArgs
- Inheritance
-
objectDeviceEventArgs
- Inherited Members
Properties
Device
Gets the device this event is related to
public ArtemisDevice Device { get; }