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 As Object, _
ByVal As String _
)
Parameters
- sender
- The Screen object.
- keys
- The character or string that was just sent to the host.
See Also