InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / KeyboardUnlocked Event


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