Class LedClickedEventArgs
Provides data on LED click events raised by the device visualizer
Inherited Members
Namespace: Artemis.UI.Shared.Events
Assembly: Artemis.UI.Shared.dll
Syntax
public class LedClickedEventArgs : EventArgsProperties
Device
Gets the device that was clicked.
Declaration
public ArtemisDevice Device { get; set; }Property Value
| Type | Description | 
|---|---|
| ArtemisDevice | 
Led
Gets the LED that was clicked.
Declaration
public ArtemisLed Led { get; set; }Property Value
| Type | Description | 
|---|---|
| ArtemisLed | 
PointerReleasedEventArgs
Gets the original pointer released event arguments.
Declaration
public PointerReleasedEventArgs PointerReleasedEventArgs { get; }Property Value
| Type | Description | 
|---|---|
| PointerReleasedEventArgs |