InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / BeforeConnect Event


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