DWebBrowserEvents Interface
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Represents an event sink interface that an application must implement to receive event notifications from a WebBrowser control or from the Windows Internet Explorer application.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Syntax
[GuidAttribute("EAB22AC2-30C1-11CF-A7EB-0000C05BAE0B")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
public interface DWebBrowserEvents
<GuidAttribute("EAB22AC2-30C1-11CF-A7EB-0000C05BAE0B")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>
Public Interface DWebBrowserEvents
Methods
Name | Description | |
---|---|---|
BeforeNavigate(String, Int32, String, Object, String, Boolean) | Fires before navigation occurs in the given object (on either a window element or a frameset element). |
|
FrameBeforeNavigate(String, Int32, String, Object, String, Boolean) | Fires before navigation occurs in the given object (on either a window element or a frameset element). |
|
FrameNavigateComplete(String) | Fires after a navigation to a link is completed on a window element or a frameSet element. |
|
FrameNewWindow(String, Int32, String, Object, String, Boolean) | Fires when a new window frame is to be created. |
|
NavigateComplete(String) | Fires after a navigation to a link is completed on a window element or a frameSet element. |
|
NewWindow(String, Int32, String, Object, String, Boolean) | Fires when a new window is to be created. |
|
Quit(Boolean) | Fires before the Internet Explorer application quits. |
|
WindowActivate() | Not implemented. |
|
WindowMove() | Fires when window is moved. |
|
WindowResize() | Fires when window is resized. |
Remarks
Note that not all of the following events are supported by the WebBrowser control.
See Also
Microsoft.Uii.Csr.Browser.Web Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright