Class DeviceEvent
Represents an event associated with a device, encapsulating information about a device-related occurrence or state change.
public class DeviceEvent
- Inheritance
-
DeviceEvent
- Inherited Members
- Extension Methods
Remarks
This class is intended to be used as a data carrier for device event notifications or processing.
Properties
ClickType
public ClickType? ClickType { get; set; }