InfoConnect for Unisys VBA Guide
KeysSent Event
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

 

 


2015 Attachmate

Send Feedback