Class LedClickedEventArgs
Provides data on LED click events raised by the device visualizer
public class LedClickedEventArgs : EventArgs
- Inheritance
-
objectLedClickedEventArgs
- Inherited Members
Properties
Device
Gets the device that was clicked.
public ArtemisDevice Device { get; set; }
Property Value
Led
Gets the LED that was clicked.
public ArtemisLed Led { get; set; }
Property Value
PointerReleasedEventArgs
Gets the original pointer released event arguments.
public PointerReleasedEventArgs PointerReleasedEventArgs { get; }
Property Value
- PointerReleasedEventArgs