IWebApplicationNavigationEvents interface (webapplication.h)
Enables a debugging or authoring app to receive notification of navigation events.
Inheritance
The IWebApplicationNavigationEvents interface inherits from the IUnknown interface. IWebApplicationNavigationEvents also has these types of members:
Methods
The IWebApplicationNavigationEvents interface has these methods.
IWebApplicationNavigationEvents::BeforeNavigate Fired before navigate occurs in the given host (window or frameset element). |
IWebApplicationNavigationEvents::DocumentComplete Fired when the document being navigated to reaches ReadyState_Complete. |
IWebApplicationNavigationEvents::DownloadBegin Download of a page has started. |
IWebApplicationNavigationEvents::DownloadComplete Download of a page has completed. |
IWebApplicationNavigationEvents::NavigateComplete Fired when the document being navigated to becomes visible and enters the navigation stack. |
IWebApplicationNavigationEvents::NavigateError Fired when a binding error occurs (window or frameset element). |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | webapplication.h |