
| 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 | |
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.
System.Object
System.EventArgs
Dart.Emulation.DataEventArgs
Target Platforms: Microsoft .NET Framework 2.0