Class DeviceEventArgs
Inheritance
System.Object
System.EventArgs
DeviceEventArgs
Namespace: iConfRTCModel
Assembly: iConfRTCWinForm.dll
Syntax
public class DeviceEventArgs : EventArgs
Properties
Devices
The list of devices
Declaration
public List<Device> Devices { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Device> |
DeviceType
The type of device . See DeviceType enum for Device Types
Declaration
public DeviceType DeviceType { get; set; }
Property Value
Type | Description |
---|---|
DeviceType |