Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebControl Object / CanGoForwardChanged Event
In This Topic
    CanGoForwardChanged Event
    In This Topic
    Occurs when the CanGoForward state changes.
    Syntax
    private Sub WebControl_CanGoForwardChanged (
       ByVal sender As Variant )

    Parameters

    sender
    Remarks
    The CanGoForward state indicates whether there is history to go forward in the browser.
    See Also