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.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: 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 |
---|
System.Windows.Forms.Keys |
msg
Returns the message.
Declaration
public Message msg { get; }
Property Value
Type |
---|
System.Windows.Forms.Message |