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


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