InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / BeforeConnect Event


In This Topic
    BeforeConnect Event (IUtsTerminal)
    In This Topic
    Occurs before InfoConnect connects to the host.
    Syntax
    'Declaration
     
    
    Event BeforeConnect As EventHandler
    'Usage
     
    
    Dim instance As IUtsTerminal
    Dim handler As EventHandler
     
    AddHandler instance.BeforeConnect, handler
    event EventHandler BeforeConnect
    See Also