Show / Hide Table of Contents

    Class KeyInputEventArgs

    Key press data.

    Inheritance
    Object
    EventArgs
    KeyInputEventArgs
    Inherited Members
    EventArgs.Empty
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: EventHook
    Assembly: EventHook.dll
    Syntax
    public class KeyInputEventArgs : EventArgs

    Properties

    KeyData

    Declaration
    public KeyData KeyData { get; set; }
    Property Value
    Type Description
    KeyData
    Back to top Generated by DocFX