InfoConnect for Airlines VBA Guide
CanGoForwardChanged Event
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