InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcTerminal Interface / BeforeConnect Event


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