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


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