DWebBrowserEvents : IDispatch

DWebBrowserEvents is an event sink interface. An application must implement DWebBrowserEvents in order to receive event notifications from a Web browser control or from the Pocket Internet Explorer application.

At a Glance

Header file: Exdisp.h
Platforms: H/PC
Windows CE versions: 2.0 and later
Complete documentation: Microsoft Platform SDK

Methods Description
DWebBrowserEvents::BeforeNavigate Notifies an application that Web browser control is about to navigate to a different URL. The container application has an opportunity to cancel the pending navigation.
DWebBrowserEvents::FrameBeforeNavigate Notifies an application that Web browser control is about to navigate to a different URL. The container application has an opportunity to cancel the pending navigation.
DWebBrowserEvents::FrameNavigateComplete Notifies an application that the Web browser control has successfully navigated to a new location.
DWebBrowserEvents::FrameNewWindow Notifies an application that the Web browser control is about to create a new window for displaying a resource.
DWebBrowserEvents::NavigateComplete Notifies an application that the Web browser control has successfully navigated to a new location.
DWebBrowserEvents::NewWindow Notifies an application that the Web browser control is about to create a new window for displaying a resource.
DWebBrowserEvents::TitleChange Notifies an application that the title of a document in the Web browser control either becomes available or changes.

Remarks

The Windows CE DWebBrowserEvents interface doesn't support the CommandStateChange, DownloadBegin, DownloadComplete, ProgressChange, PropertyChange, Quit, or StatusTextChange methods.