Attachmate Reflection 2014 .NET API Reference
ControlKeySentEventArgs Constructor


Control key code object.
Row position.
Column position.
ControlKeySentEventArgs constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As ControlKeyCode, _
   ByVal row As Integer, _
   ByVal column As Integer _
)
'Usage
 
Dim key As ControlKeyCode
Dim row As Integer
Dim column As Integer
 
Dim instance As New ControlKeySentEventArgs(key, row, column)
public ControlKeySentEventArgs( 
   ControlKeyCode key,
   int row,
   int column
)

Parameters

key
Control key code object.
row
Row position.
column
Column position.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

ControlKeySentEventArgs Class
ControlKeySentEventArgs Members

Send Feedback