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




b
Byte[] representation of the key pressed.
Initializes a new instance of DataEventArgs.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal b() As Byte _
)
Visual Basic (Usage)Copy Code
Dim b() As Byte
 
Dim instance As New DataEventArgs(b)
C# 
public DataEventArgs( 
   byte[] b
)
Managed Extensions for C++ 
public: DataEventArgs( 
   byte[]* b
)
C++/CLI 
public:
DataEventArgs( 
   array<byte>^ b
)

Parameters

b
Byte[] representation of the key pressed.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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