Share via


DWebBrowserEvents2 Interface

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.

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

Usage

'Usage
Dim instance As DWebBrowserEvents2

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)> _
<CLSCompliantAttribute(False)> _
<GuidAttribute("34A715A0-6587-11D0-924A-0020AFC7AC4D")> _
<TypeLibTypeAttribute(TypeLibTypeFlags.FHidden Or TypeLibTypeFlags.FDispatchable)> _
Public Interface DWebBrowserEvents2
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)] 
[CLSCompliantAttribute(false)] 
[GuidAttribute("34A715A0-6587-11D0-924A-0020AFC7AC4D")] 
[TypeLibTypeAttribute(TypeLibTypeFlags.FHidden|TypeLibTypeFlags.FDispatchable)] 
public interface DWebBrowserEvents2
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIDispatch)] 
[CLSCompliantAttribute(false)] 
[GuidAttribute(L"34A715A0-6587-11D0-924A-0020AFC7AC4D")] 
[TypeLibTypeAttribute(TypeLibTypeFlags::FHidden|TypeLibTypeFlags::FDispatchable)] 
public interface class DWebBrowserEvents2
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch) */ 
/** @attribute CLSCompliantAttribute(false) */ 
/** @attribute GuidAttribute("34A715A0-6587-11D0-924A-0020AFC7AC4D") */ 
/** @attribute TypeLibTypeAttribute(TypeLibTypeFlags.FHidden|TypeLibTypeFlags.FDispatchable) */ 
public interface DWebBrowserEvents2
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch) 
CLSCompliantAttribute(false) 
GuidAttribute("34A715A0-6587-11D0-924A-0020AFC7AC4D") 
TypeLibTypeAttribute(TypeLibTypeFlags.FHidden|TypeLibTypeFlags.FDispatchable) 
public interface DWebBrowserEvents2

Platforms

See Also

Reference

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

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