Name | Description | |
---|---|---|
ControlKeySending | This 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. | |
ControlKeySent | This event is triggered immediately after InfoConnect transmits a terminal keystroke to the host. | |
DefinedEvent | This 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. | |
KeyboardLocked | This event is triggered when the keyboard becomes locked (either by the host or by InfoConnect). | |
KeyboardUnlocked | This event is triggered when the keyboard becomes unlocked or enabled (either by the host or by InfoConnect). | |
KeysSending | 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. | |
KeysSent | This event is triggered immediately after InfoConnect transmits a character, or string of characters, to the host. | |
MouseClick | This event occurs when a session window is clicked by the mouse. |