PowerTCP Emulation for .NET CF
DataEventArgs Class
Members  See Also  Send comments on this topic.
Dart.Emulation Namespace : DataEventArgs Class




Provides data for the KeyPress event.

Object Model

DataEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Class DataEventArgs 
   Inherits System.EventArgs
Visual Basic (Usage)Copy Code
Dim instance As DataEventArgs
C# 
public class DataEventArgs : System.EventArgs 
Managed Extensions for C++ 
public __gc class DataEventArgs : public System.EventArgs 
C++/CLI 
public ref class DataEventArgs : public System.EventArgs 

Remarks

The DataEventArgs 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.DataEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.