In This Topic
This event is triggered when a key is about to be sent to the host. KeysSending allows you to modify a key value or to cancel a send key action before it is sent.
Syntax
private Sub Screen_KeysSending (
ByVal As Object, _
ByRef As String _
) As Boolean
Parameters
- sender
- keys
See Also