InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IOia Interface / OiaChanged Event


In This Topic
    OiaChanged Event
    In This Topic
    The OIA status line has changed.
    Syntax
    'Declaration
     
    
    Event OiaChanged As EventHandler
    'Usage
     
    
    Dim instance As IOia
    Dim handler As EventHandler
     
    AddHandler instance.OiaChanged, handler
    event EventHandler OiaChanged
    Remarks
    The event does not include the change of row or column numbers on the status line.
    See Also