Table of Contents

Class LedClickedEventArgs

Namespace
Artemis.UI.Shared.Events
Assembly
Artemis.UI.Shared.dll

Provides data on LED click events raised by the device visualizer

public class LedClickedEventArgs : EventArgs
Inheritance
object
LedClickedEventArgs
Inherited Members

Properties

Device

Gets the device that was clicked.

public ArtemisDevice Device { get; set; }

Property Value

ArtemisDevice

Led

Gets the LED that was clicked.

public ArtemisLed Led { get; set; }

Property Value

ArtemisLed

PointerReleasedEventArgs

Gets the original pointer released event arguments.

public PointerReleasedEventArgs PointerReleasedEventArgs { get; }

Property Value

PointerReleasedEventArgs