Artemis Artemis
Artemis Artemis

Search Results for

    Class LedClickedEventArgs

    Provides data on LED click events raised by the device visualizer

    Inheritance
    object
    EventArgs
    LedClickedEventArgs
    Inherited Members
    EventArgs.Empty
    Namespace: Artemis.UI.Shared.Events
    Assembly: Artemis.UI.Shared.dll
    Syntax
    public class LedClickedEventArgs : EventArgs

    Properties

    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
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.