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


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