DWebBrowserEvents2

Send Feedback

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

Note   Windows Mobile-based Smartphones do not support frames.

Methods in Vtable Order

Event methods Description
ProgressChange Fires when the progress of a download operation is updated on the object.
CommandStateChange Fires when the enabled state of a command changes.
DownloadBegin Fires when a navigation operation is beginning.
DownloadComplete Fires when a navigation operation finishes, is halted, or fails.
TitleChange Fires when the title of a document in an object becomes available or changes.
PropertyChange Fires when the property value of an object has changed.
BeforeNavigate2 Fires before navigation occurs in the given object on either a window or frameset element.
Note   Not supported for Windows Mobile-based Smartphones.
NavigateComplete2 Fires after navigation to a link is completed on either a window or frameset element.
Note   Not supported for Windows Mobile-based Smartphones.
DocumentComplete Fires when a document has been completely loaded and initialized.
OnQuit Fires when application is quitting.
OnVisible Fires when the window should be shown or hidden.
OnStatusBar Fires when the status bar should be shown or hidden.
WindowSetResizable Fires when the host window should be allowed or not allowed to resize.
WindowSetLeft Fires when the host window should change it's left coordinate.
WindowSetTop Fires when the host window should changet it's top coordinate.
WindowSetWidth Fires when the host window should change it's width.
WindowSetHeight Fires when the host window should change it's height
ClientToHostWindow Fires to request client sizes be coverted to host window sizes.
SetSecureLockIcon Fires to indicate the security level of the current Web page contents.
FileDownLoad Fires to indicate the File Download dialog is opening.
NavigateError Fires when a binding error occurs, with a window or frameset element.
Note   Not supported for Windows Mobile-based Smartphones.

Requirements

Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: piedocvw.h
Library: piedocvw.lib

See Also

Internet Explorer Mobile Browser Reference | Internet Explorer Mobile Browser Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.