'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)
Parameters
- key
- Control key code object.
- row
- Row position.
- column
- Column position.