InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / Closed Event


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