menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KeyInputEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KeyInputEventArgs

    Represents a class for the Arguments of KeyInput events.

    Inheritance
    System.Object
    KeyInputEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class KeyInputEventArgs : EventArgs

    Constructors

    KeyInputEventArgs()

    Declaration
    public KeyInputEventArgs()

    Properties

    Key

    Getsor Sets the Key.

    Declaration
    public VirtualKey Key { get; set; }
    Property Value
    Type
    Windows.System.VirtualKey

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved