Reflection
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.
See Also