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


In This Topic
    KeysSendingEventArgs Constructor
    In This Topic
    Constructs a BeforeSendKeysEventArgs object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal keys As String, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal cancel As Boolean _
    )
    'Usage
     
    
    Dim keys As String
    Dim row As Integer
    Dim column As Integer
    Dim cancel As Boolean
     
    Dim instance As New KeysSendingEventArgs(keys, row, column, cancel)
    public KeysSendingEventArgs( 
       string keys,
       int row,
       int column,
       bool cancel
    )

    Parameters

    keys
    row
    column
    cancel
    See Also