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


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