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


In This Topic
    ScreenSelected Event
    In This Topic
    Raised when a history screen has been selected.
    Syntax
    'Declaration
     
    
    Event ScreenSelected As EventHandler
    'Usage
     
    
    Dim instance As IScreenHistory
    Dim handler As EventHandler
     
    AddHandler instance.ScreenSelected, handler
    event EventHandler ScreenSelected
    See Also