InfoConnect for Unisys VBA Guide
Screen Object Events

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

Events
 NameDescription
Public EventControlKeySendingThis 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 EventControlKeySentThis event is triggered immediately after InfoConnect transmits a terminal keystroke to the host.  
Public EventDefinedEventThis event is triggered when an event defined by the DefineEvent method occurs. Events defined in this way remain defined as long as your InfoConnect session lasts, or until they are removed using the RemoveEvent or ClearEvents methods.  
Public EventKeyboardLockedThis event is triggered when the keyboard becomes locked (either by the host or by InfoConnect).  
Public EventKeyboardUnlockedThis event is triggered when the keyboard becomes unlocked or enabled (either by the host or by InfoConnect).  
Public EventKeysSendingThis 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 EventKeysSentThis event is triggered immediately after InfoConnect transmits a character, or string of characters, to the host.  
Public EventMouseClickThis event occurs when a session window is clicked by the mouse.  
Top
See Also