Programming with Reflection
KeyboardEnabled
event
Syntax Private Sub Session_KeyboardEnabled()
This event is triggered when the keyboard becomes enabled (either by the host or by Reflection).
Notes
· Event procedures must be created in the code module for the Reflection Session object (ThisSession).