InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ControlKeySentEventArgs Class / ControlKeySentEventArgs Constructor
Control key code object.
Row position.
Column position.


In This Topic
    ControlKeySentEventArgs Constructor
    In This Topic
    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