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