DWebBrowserEvents Members
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.
The following tables list the members exposed by the DWebBrowserEvents type.
Public Methods
Name | Description | |
---|---|---|
![]() |
BeforeNavigate | Fires before navigation occurs in the given object (on either a window element or a frameset element). |
![]() |
FrameBeforeNavigate | Fires before navigation occurs in the given object (on either a window element or a frameset element). |
![]() |
FrameNavigateComplete | Fires after a navigation to a link is completed on a window element or a frameSet element. |
![]() |
FrameNewWindow | Fires when a new window frame is to be created. |
![]() |
NavigateComplete | Fires after a navigation to a link is completed on a window element or a frameSet element. |
![]() |
NewWindow | Fires when a new window is to be created. |
![]() |
Quit | Fires before the Internet Explorer application quits. |
![]() |
WindowActivate | Not implemented. |
![]() |
WindowMove | Fires when window is moved. |
![]() |
WindowResize | Fires when window is resized. |
Top
See Also
Reference
DWebBrowserEvents Interface
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.