DWebBrowserEvents2

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The DWebBrowserEvents2 interface enables an application to receive event notifications from a WebBrowser control.

Methods in Vtable Order

Event methods Description

DWebBrowserEvents2::ProgressChange

Raises when the progress of a download operation is updated on the object

DWebBrowserEvents2::CommandStateChange

Raises when the enabled state of a command changes

DWebBrowserEvents2::DownloadBegin

Raises when a navigation operation is beginning

DWebBrowserEvents2::DownloadComplete

Raises when a navigation operation finishes, is halted, or fails

DWebBrowserEvents2::TitleChange

Raises when the title of a document in an object becomes available or changes

DWebBrowserEvents2::PropertyChange

Raises when the property value of an object has changed

DWebBrowserEvents2::BeforeNavigate2

Raises before navigation occurs in the given object on either a window or frameset element

DWebBrowserEvents2::NavigateComplete2

Raises after navigation to a link is completed on either a window or frameset element

DWebBrowserEvents2::DocumentComplete

Raises when a document has been completely loaded and initialized

DWebBrowserEvents2::OnQuit

Raises when application is quitting

DWebBrowserEvents2::OnVisible

Raises when the window should be shown or hidden

DWebBrowserEvents2::OnStatusBar

Raises when the status bar should be shown or hidden

DWebBrowserEvents2::WindowSetResizable

Raises when the host window should be allowed or not allowed to resize

DWebBrowserEvents2::WindowSetLeft

Raises when the host window should change it's left coordinate

DWebBrowserEvents2::WindowSetTop

Raises when the host window should changet it's top coordinate

DWebBrowserEvents2::WindowSetWidth

Raises when the host window should change it's width

DWebBrowserEvents2::WindowSetHeight

Raises when the host window should change it's height

DWebBrowserEvents2::ClientToHostWindow

Raises to request client sizes be coverted to host window sizes

DWebBrowserEvents2::SetSecureLockIcon

Raises to indicate the security level of the current Web page contents

DWebBrowserEvents2::FileDownLoad

Raises to indicate the File Download dialog is opening

DWebBrowserEvents2::NavigateError

Raises when a binding error occurs, with a window or frameset element

Requirements

Header piedocvw.h
Library piedocvw.lib
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also

Reference

Internet Explorer Mobile Browser Interfaces

Other Resources

Internet Explorer Mobile Browser Reference