DWebBrowserEvents2 Interface

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016

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.

This API is not CLS-compliant.

Namespace:   Microsoft.Uii.Csr.Browser.Web
Assembly:  Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Syntax

[CLSCompliantAttribute(false)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[GuidAttribute("34A715A0-6587-11D0-924A-0020AFC7AC4D")]
public interface DWebBrowserEvents2
<CLSCompliantAttribute(False)>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>
<GuidAttribute("34A715A0-6587-11D0-924A-0020AFC7AC4D")>
Public Interface DWebBrowserEvents2

Methods

Name Description
System_CAPS_pubmethod BeforeNavigate2(Object, Object, Object, Object, Object, Object, Boolean)

Fires before navigation occurs in the given object (on either a window element or a frameset element).

System_CAPS_pubmethod ClientToHostWindow(Int32, Int32)

Fires to request that the client window size is converted to the host window size.

System_CAPS_pubmethod CommandStateChange(Int32, Boolean)

Fires when the enabled state of a command changes.

System_CAPS_pubmethod DocumentComplete(Object, Object)

Fires when a document is completely loaded and initialized

System_CAPS_pubmethod DownloadBegin()

Fires when a navigation operation begins.

System_CAPS_pubmethod DownloadComplete()

Fires when a navigation operation begins.

System_CAPS_pubmethod FileDownload(Boolean, Boolean)

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.

System_CAPS_pubmethod NavigateComplete2(Object, Object)

Fires after a navigation to a link is completed on a window element or a frameSet element.

System_CAPS_pubmethod NavigateError(Object, Object, Object, Object, Boolean)

Fires when an error occurs during navigation.

System_CAPS_pubmethod NewProcess(Int32, Object, Boolean)

Fires when a new process is created.

System_CAPS_pubmethod NewWindow2(Object, Boolean)

Fires when a new window is to be created.

System_CAPS_pubmethod NewWindow3(Object, Boolean, UInt32, String, String)

Raised when a new window is to be created. Extends DWebBrowserEvents2::NewWindow2 with additional information about the new window

System_CAPS_pubmethod OnFullScreen(Boolean)

Fires when the IWebBrowser2::FullScreen property is changed.

System_CAPS_pubmethod OnMenuBar(Boolean)

Fires when the IWebBrowser2::MenuBar property is changed.

System_CAPS_pubmethod OnQuit()

Fires before the Internet Explorer application quits.

System_CAPS_pubmethod OnStatusBar(Boolean)

Fires when the IWebBrowser2::StatusBar property is changed.

System_CAPS_pubmethod OnTheaterMode(Boolean)

Fires when the IWebBrowser2::TheaterMode property is changed.

System_CAPS_pubmethod OnToolBar(Boolean)

Fires when the IWebBrowser2::ToolBar property is changed.

System_CAPS_pubmethod OnVisible(Boolean)

Fires when the IWebBrowser2::Visible property of the object is changed

System_CAPS_pubmethod PrintTemplateInstantiation(Object)

Fires when a print template is instantiated.

System_CAPS_pubmethod PrintTemplateTeardown(Object)

Fires when a print template is destroyed.

System_CAPS_pubmethod PrivacyImpactedStateChange(Boolean)

Fired when an event occurs that impacts privacy, or when a user navigates away from a URL that has impacted privacy.

System_CAPS_pubmethod ProgressChange(Int32, Int32)

Fires when the progress of a download operation is updated on the object.

System_CAPS_pubmethod PropertyChange(String)

Fires when the IWebBrowser2::PutProperty method of the object changes the value of a property.

System_CAPS_pubmethod SetPhishingFilterStatus(Int32)

Fires to indicate the progress and status of Microsoft Phishing Filter analysis of the current webpage.

System_CAPS_pubmethod SetSecureLockIcon(Int32)

Fires when there is a change in encryption level

System_CAPS_pubmethod StatusTextChange(String)

Fires when the status bar text of the object has changed.

System_CAPS_pubmethod TitleChange(String)

Fires when the title of a document in the object becomes available or changes.

System_CAPS_pubmethod UpdatePageStatus(Object, Object, Object)

Not implemented

System_CAPS_pubmethod WindowClosing(Boolean, Boolean)

Fires when the window of the object is about to be closed by script.

System_CAPS_pubmethod WindowSetHeight(Int32)

Fires when the object changes its height.

System_CAPS_pubmethod WindowSetLeft(Int32)

Fires when the object changes its left position.

System_CAPS_pubmethod WindowSetResizable(Boolean)

Fires to indicate whether the host window should allow resizing of the object

System_CAPS_pubmethod WindowSetTop(Int32)

Fires when the object changes its top position.

System_CAPS_pubmethod WindowSetWidth(Int32)

Fires when the object changes its width.

System_CAPS_pubmethod WindowStateChanged(UInt32, UInt32)

Fires when the visibility state of a content window, such as the browser window or a tab, changes.

See Also

Microsoft.Uii.Csr.Browser.Web Namespace

Return to top

Unified Service Desk 2.0

© 2017 Microsoft. All rights reserved. Copyright