InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / KeysSentEventHandler Event
The Screen object.
The character or string that was just sent to the host.
In This Topic
KeysSentEventHandler Event
In This Topic
Syntax
Public Delegate Sub KeysSentEventHandler( _
   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