Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / KeysSending Event
In This Topic
    KeysSending Event
    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 sender As Object, _
       ByRef keys As String _
    ) As Boolean

    Parameters

    sender
    keys
    Remarks

    To cancel the action, set KeysSending to False.

    See Also