InfoConnect for Airlines
CanGoForwardChanged Event


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