KeyPressEventArgs Class
Custom event argument class used to notify when a key is pressed.
Inheritance
System.Object
KeyPressEventArgs
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 |