Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / KeyboardLocked Event


In This Topic
KeyboardLocked Event (IIbmScreen)
In This Topic
Occurs when the keyboard is locked.
Syntax
'Declaration
 
Event KeyboardLocked As EventHandler
 
'Usage
 
Dim instance As IIbmScreen
Dim handler As EventHandler
 
AddHandler instance.KeyboardLocked, handler
See Also