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