InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / Closed Event


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