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




ex
Indicates whether the key is part of the extended keyboard.
keyData
Data for the pressed key.
Initializes a new instance of VtKeyEventArgs.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal ex As Boolean, _
   ByVal keyData As Keys _
)
Visual Basic (Usage)Copy Code
Dim ex As Boolean
Dim keyData As Keys
 
Dim instance As New VtKeyEventArgs(ex, keyData)
C# 
public VtKeyEventArgs( 
   bool ex,
   Keys keyData
)
Managed Extensions for C++ 
public: VtKeyEventArgs( 
   bool ex,
   Keys keyData
)
C++/CLI 
public:
VtKeyEventArgs( 
   bool ex,
   Keys keyData
)

Parameters

ex
Indicates whether the key is part of the extended keyboard.
keyData
Data for the pressed key.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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