Share via


DWebBrowserEvents2 Members

Designates an event sink interface that an application must implement to receive event notifications from a WebBrowser control or from the Windows Internet Explorer application. Note that not all of the following events are supported by the WebBrowser control.

The following tables list the members exposed by the DWebBrowserEvents2 type.

Public Methods

  Name Description
public method BeforeNavigate2 Fires before navigation occurs in the given object (on either a window element or a frameset element).
public method ClientToHostWindow Fires to request that the client window size is converted to the host window size.
public method CommandStateChange Fires when the enabled state of a command changes.
public method DocumentComplete Fires when a document is completely loaded and initialized
public method DownloadBegin Fires when a navigation operation begins.
public method DownloadComplete Fires when a navigation operation begins.
public method FileDownload Fires to indicate that a file download is about to occur. If a file download dialog box can be displayed, this event fires prior to the appearance of the dialog box.
public method NavigateComplete2 Fires after a navigation to a link is completed on a window element or a frameSet element.
public method NavigateError Fires when an error occurs during navigation.
public method NewProcess Fires when a new process is created.
public method NewWindow2 Fires when a new window is to be created.
public method NewWindow3 Raised when a new window is to be created. Extends DWebBrowserEvents2::NewWindow2 with additional information about the new window
public method OnFullScreen Fires when the IWebBrowser2::FullScreen property is changed.
public method OnMenuBar Fires when the IWebBrowser2::MenuBar property is changed.
public method OnQuit Fires before the Internet Explorer application quits.
public method OnStatusBar Fires when the IWebBrowser2::StatusBar property is changed.
public method OnTheaterMode Fires when the IWebBrowser2::TheaterMode property is changed.
public method OnToolBar Fires when the IWebBrowser2::ToolBar property is changed.
public method OnVisible Fires when the IWebBrowser2::Visible property of the object is changed
public method PrintTemplateInstantiation Fires when a print template is instantiated.
public method PrintTemplateTeardown Fires when a print template is destroyed.
public method PrivacyImpactedStateChange Fired when an event occurs that impacts privacy, or when a user navigates away from a URL that has impacted privacy.
public method ProgressChange Fires when the progress of a download operation is updated on the object.
public method PropertyChange Fires when the IWebBrowser2::PutProperty method of the object changes the value of a property.
public method SetPhishingFilterStatus Fires to indicate the progress and status of Microsoft Phishing Filter analysis of the current webpage.
public method SetSecureLockIcon Fires when there is a change in encryption level
public method StatusTextChange Fires when the status bar text of the object has changed.
public method TitleChange Fires when the title of a document in the object becomes available or changes.
public method UpdatePageStatus Not implemented
public method WindowClosing Fires when the window of the object is about to be closed by script.
public method WindowSetHeight Fires when the object changes its height.
public method WindowSetLeft Fires when the object changes its left position.
public method WindowSetResizable Fires to indicate whether the host window should allow resizing of the object
public method WindowSetTop Fires when the object changes its top position.
public method WindowSetWidth Fires when the object changes its width.
public method WindowStateChanged Fires when the visibility state of a content window, such as the browser window or a tab, changes.

Top

See Also

Reference

DWebBrowserEvents2 Interface
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.