Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / KeyboardLocked Event


In This Topic
KeyboardLocked Event (IScreen)
In This Topic
Keyboard has been unlocked.
Syntax
'Declaration
 
Event KeyboardLocked As EventHandler
 
'Usage
 
Dim instance As IScreen
Dim handler As EventHandler
 
AddHandler instance.KeyboardLocked, handler
See Also