InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IScreenHistory Interface / ScreenChanged Event


In This Topic
    ScreenChanged Event (IScreenHistory)
    In This Topic
    Raised when screens are added to or deleted from the Screen History list.
    Syntax
    'Declaration
     
    
    Event ScreenChanged As EventHandler
    'Usage
     
    
    Dim instance As IScreenHistory
    Dim handler As EventHandler
     
    AddHandler instance.ScreenChanged, handler
    event EventHandler ScreenChanged
    See Also