InfoConnect VBA Guide
Attachmate.Reflection.Objects.Web.Msie Library / WebControl Object / CanGoBackChanged Event
In This Topic
    CanGoBackChanged Event
    In This Topic
    Occurs when the CanGoBack state changes.
    Syntax
    private Sub WebControl_CanGoBackChanged (
       ByVal sender As Variant )

    Parameters

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