InfoConnect API Guide
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
    event EventHandler KeyboardLocked
    See Also