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


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