InfoConnect for Airlines VBA Guide
KeysSentEventHandler Delegate
The Screen object.
The character or string that was just sent to the host.
Syntax
private Sub Object_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