InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsScreen Interface / KeyboardLocked Event


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