WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KeyPressEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KeyPressEventArgs

    Custom event argument class used to notify when a key is pressed.

    Inheritance
    System.Object
    System.EventArgs
    KeyPressEventArgs
    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.Forms.PdfViewer
    Assembly: Syncfusion.PdfViewer.Windows.dll
    Syntax
    public class KeyPressEventArgs : EventArgs

    Properties

    KeyData

    Returns the key data.

    Declaration
    public Keys KeyData { get; }
    Property Value
    Type Description
    System.Windows.Forms.Keys

    msg

    Returns the message.

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