PowerTCP Emulation for .NET
KeyPressEventArgs Class
Members 




Provides data for the KeyPress event.
Object Model
KeyPressEventArgs Class
Syntax
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 
Remarks

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.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dart.Emulation.KeyPressEventArgs

See Also

Reference

KeyPressEventArgs Members
Dart.Emulation Namespace


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic