Search Results for

    Show / Hide Table of Contents

    Class EcoreKeyEventArgs

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    It inherits System.EventArgs. The EcoreKeyEventArgs is an EventArgs to record the Ecore event's key name and key code.

    [Obsolete("This has been deprecated in API12")]
    public class EcoreKeyEventArgs : EventArgs
    Inheritance
    object
    EventArgs
    EcoreKeyEventArgs

    Properties

    View Source

    KeyCode

    Gets the KeyCode property. The return type is int.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public int KeyCode { get; }
    Property Value
    Type Description
    int
    View Source

    KeyName

    Gets the KeyName property. The return type is string.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public string KeyName { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    Create(nint, EcoreEventType, nint)

    Creates and initializes a new instance of the EcoreKeyEventArgs class.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public static EcoreKeyEventArgs Create(nint data, EcoreEventType type, nint info)
    Parameters
    Type Name Description
    nint data

    data

    EcoreEventType type

    type

    nint info

    information

    Returns
    Type Description
    EcoreKeyEventArgs

    New instance of the EcoreKeyEventArgs class.

    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX