Description
Fired when the load status of a page changes.
Arguments
|
Name |
Type |
I/O |
Description |
|
URL |
String (by Reference) |
In |
The URL of the page. |
|
Status |
Short Integer |
In |
The new status code, which may be: 0 – PageIsLoaded 1 – ConnectingToHost 2 – WaitingForResponse 3 – LoadingText 4 – LoadingImages 5 – PageLoadFailed 6 – PageLoadCanceled 7 – LoadingFrames |
Remarks
This event is fired for any page which is experiencing a change of load status, whether the current page or a cached page loading quietly in the background. Hidden pages trigger this event too.
The status codes are the same as those used by the LoadStatus property and the GetStatus method.