WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KeyInputEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KeyInputEventArgs

    Represents a class for the Arguments of KeyInput events.

    Inheritance
    System.Object
    System.EventArgs
    KeyInputEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Input
    Assembly: Syncfusion.SfInput.Wpf.dll
    Syntax
    public class KeyInputEventArgs : EventArgs

    Constructors

    KeyInputEventArgs()

    Declaration
    public KeyInputEventArgs()

    Properties

    Key

    Getsor Sets the Key.

    Declaration
    public Key Key { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Key
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved