Send comments on this topic.
CanGoBackChanged Event
Attachmate.Reflection.Objects Library (Web) > WebControl Object : CanGoBackChanged Event
Occurs when the CanGoBack state changes.

Syntax

 
private Sub WebControl_CanGoBackChanged (
   ByVal sender As Variant
)

Parameters

sender


Example

Dim WControl AS Attachmate.Reflection.Objects.Web.Msie.WebControl
Dim back As Boolean = WControl.CanGoBack

Remarks

The CanGoBack state indicates whether there is history to go back in the browser.

See Also