DWebBrowserEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class DWebBrowserEvents
[System.Runtime.InteropServices.Guid("EAB22AC2-30C1-11CF-A7EB-0000C05BAE0B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch)]
public interface DWebBrowserEvents
[<System.Runtime.InteropServices.Guid("EAB22AC2-30C1-11CF-A7EB-0000C05BAE0B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch)>]
type DWebBrowserEvents = interface
Public Interface DWebBrowserEvents
- Attributes
Remarks
Note that not all of the following events are supported by the WebBrowser control.
Methods
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. |