InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / KeysSentEventArgs Class / KeysSentEventArgs Constructor


In This Topic
    KeysSentEventArgs Constructor
    In This Topic
    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 KeysSentEventArgs(key, row, column)
    public KeysSentEventArgs( 
       string key,
       int row,
       int column
    )

    Parameters

    key
    row
    column
    See Also