Description
Fired when the current (visible) page is replaced by another page.
Arguments
|
Name |
Type |
I/O |
Description |
|
URL |
String (by Reference) |
In |
The URL of the page about to be displayed. |
|
IsStatus |
Boolean |
In |
Indicates whether this is an HTML page or a status page. |
Remarks
This event is fired when the page identified by a new URL is about to be displayed, whether from cache or freshly loaded.
It is also fired when an HTML page is replaced by an associated status page and vice versa.
A status page will have no associated HTML page if it results from a binary download or a failed page load.