INavigation Events |
The INavigation type exposes the following members.
Name | Description | |
---|---|---|
Disposed |
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.) | |
FrameDocumentLoadFinished | ||
FrameLoadFailed |
Occurs when the content load was failed.
| |
FrameLoadFinished |
Occurs when the content of the IFrame has been loaded completely.
| |
LoadFinished |
Occurs when the content loading has been finished. This event corresponds to the
moment when the spinner of the tab stops spinning.
| |
LoadProgressChanged |
Occurs when the page has made some progress loading.
| |
LoadStarted |
Occurs when the content loading has been started.
This event corresponds to the moment when the spinner of the tab starts spinning.
| |
NavigationFinished |
Occurs when the navigation has been finished. This happens when a navigation is
committed, aborted, or replaced by a new one.
| |
NavigationRedirected |
Occurs when the navigation has encountered a server redirect.
| |
NavigationStarted |
Occurs when the navigation has been started. This is also fired by same-document navigations,
such as fragment navigations or pushState/replaceState, which will not result in a
document change. To filter these out, use the IsSameDocument property.
Note that more than one navigation can be ongoing in the same frame at the same time(including the main frame). Also, there is no guarantee that the NavigationFinished will be fired for any particular navigation before this event is called on the next. | |
NavigationStopped |
Occurs when the navigation has been stopped.
|