Table of Contents

Class CoreWebView2DevToolsProtocolEventReceiver

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

A Receiver is created for a particular DevTools Protocol event and allows you to subscribe and unsubscribe from that event.

public class CoreWebView2DevToolsProtocolEventReceiver
Inheritance
CoreWebView2DevToolsProtocolEventReceiver
Inherited Members

Remarks

Obtained from the WebView object using GetDevToolsProtocolEventReceiver(string).

Events

DevToolsProtocolEventReceived

DevToolsProtocolEventReceived is raised when the corresponding DevToolsProtocol event is raised.

public event EventHandler<CoreWebView2DevToolsProtocolEventReceivedEventArgs> DevToolsProtocolEventReceived

Event Type

EventHandler<CoreWebView2DevToolsProtocolEventReceivedEventArgs>
See Also

See Also