Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / AfterConnect Event


In This Topic
    AfterConnect Event
    In This Topic
    Occurs after Reflection connects to the host.
    Syntax
    'Declaration
     
    
    Event AfterConnect As EventHandler
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim handler As EventHandler
     
    AddHandler instance.AfterConnect, handler
    event EventHandler AfterConnect
    See Also