Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / KeysSent Event
In This Topic
    KeysSent Event
    In This Topic
    This event is triggered immediately after Reflection transmits a character, or string of characters, to the host.
    Syntax
    private Sub Screen_KeysSent ( 
       ByVal sender As Object, _
       ByVal keys As String _
    ) 

    Parameters

    sender
    The Screen object.
    keys
    The character or string that was just sent to the host.
    See Also