InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / CanGoBackChanged Event


In This Topic
    CanGoBackChanged Event
    In This Topic
    Occurs when the CanGoBack state changes.
    Syntax
    'Declaration
     
    
    Event CanGoBackChanged As EventHandler
    'Usage
     
    
    Dim instance As IWebControl
    Dim handler As EventHandler
     
    AddHandler instance.CanGoBackChanged, handler
    event EventHandler CanGoBackChanged
    Remarks
    The CanGoBack state indicates whether there is history to go back to in the browser.
    See Also