InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / KeysSentEventHandler Delegate


In This Topic
    KeysSentEventHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Public Delegate Sub KeysSentEventHandler( _
       ByVal sender As Object, _
       ByVal e As KeysSentEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New KeysSentEventHandler(AddressOf HandlerMethod)
    public delegate void KeysSentEventHandler( 
       object sender,
       KeysSentEventArgs e
    )

    Parameters

    sender
    e
    See Also