PowerTCP Emulation for .NET
KeyPressEventArgs Constructor




Byte[] representation of the key pressed.
Initializes a new instance of DataEventArgs.
Syntax
Public Function New( _
   ByVal b() As Byte _
)
Dim b() As Byte
 
Dim instance As New KeyPressEventArgs(b)
public KeyPressEventArgs( 
   byte[] b
)
public: KeyPressEventArgs( 
   byte[]* b
)
public:
KeyPressEventArgs( 
   array<byte>^ b
)

Parameters

b
Byte[] representation of the key pressed.
See Also

Reference

KeyPressEventArgs Class
KeyPressEventArgs Members


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