Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object

In This Topic
    Screen Object Events
    In This Topic

    For a list of all members of this type, see Screen members.

    Public Events
     NameDescription
    Public EventThis event is triggered when a key or control key is about to be sent to the host. ControlKeySending allows you to modify a control key value or to cancel a send control key action before it is sent.  
    Public EventThis event is triggered immediately after Reflection transmits a terminal keystroke to the host.  
    Public EventThis event is triggered when an event defined by the DefineEvent method occurs. Events defined in this way remain defined as long as your Reflection session lasts, or until they are removed using the RemoveEvent or ClearEvents methods.  
    Public EventThis event is triggered when the keyboard becomes locked (either by the host or by Reflection).  
    Public EventThis event is triggered when the keyboard becomes unlocked or enabled (either by the host or by Reflection).  
    Public EventThis 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.  
    Public EventThis event is triggered immediately after Reflection transmits a character, or string of characters, to the host.  
    Public EventThis event occurs when a session window is clicked by the mouse.  
    Top
    See Also