Dart.Emulation Namespace : KeyPressEventArgs Class |
Public Class KeyPressEventArgs Inherits System.EventArgs
Dim instance As KeyPressEventArgs
public class KeyPressEventArgs : System.EventArgs
public __gc class KeyPressEventArgs : public System.EventArgs
public ref class KeyPressEventArgs : public System.EventArgs
The KeyPressEventArgs specify the data that was generated as the result of a key press. Often this will simply be the byte representation of the character that was pressed. However, some single key presses can result in multiple character representations (as a result of internal mapping). You can access the data generated as the result of a key press via the Bytes property.
System.Object
System.EventArgs
Dart.Emulation.KeyPressEventArgs