Reflection
AfterSendKeysEventArgs Constructor


Keys that have been sent.
Cursor row position.
Cursor column position.
Initializes a new instance of the AfterSendKeysEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal row As Integer, _
   ByVal column As Integer _
)
'Usage
 
Dim key As String
Dim row As Integer
Dim column As Integer
 
Dim instance As New AfterSendKeysEventArgs(key, row, column)
public AfterSendKeysEventArgs( 
   string key,
   int row,
   int column
)

Parameters

key
Keys that have been sent.
row
Cursor row position.
column
Cursor column position.
See Also