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


In This Topic
    Closed Event (IAlcTerminal)
    In This Topic
    Occurs before the session closes.
    Syntax
    'Declaration
     
    
    Event Closed As EventHandler
    'Usage
     
    
    Dim instance As IAlcTerminal
    Dim handler As EventHandler
     
    AddHandler instance.Closed, handler
    event EventHandler Closed
    See Also