Show / Hide Table of Contents

    Class KeyboardEventArgs

    Event arguments for keyboard key press/release.

    Inheritance
    System.Object
    KeyboardEventArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public class KeyboardEventArgs

    Constructors

    | Improve this Doc View Source

    KeyboardEventArgs(Key)

    Declaration
    public KeyboardEventArgs(Key key)
    Parameters
    Type Name Description
    Key key

    Properties

    | Improve this Doc View Source

    Key

    Declaration
    public Key Key { get; }
    Property Value
    Type Description
    Key
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX