InfoConnect for Unisys
CanGoBackChanged Event


Occurs when the CanGoBack state changes.
Syntax
'Declaration
 
Event CanGoBackChanged As EventHandler
'Usage
 
Dim instance As IWebControl
Dim handler As EventHandler
 
AddHandler instance.CanGoBackChanged, handler
event EventHandler CanGoBackChanged
Remarks
The CanGoBack state indicates whether there is history to go back to in the browser.
See Also