CoreWebView2DevToolsProtocolEventReceiver Class

Definition

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

public class CoreWebView2DevToolsProtocolEventReceiver
type CoreWebView2DevToolsProtocolEventReceiver = class
Public Class CoreWebView2DevToolsProtocolEventReceiver
Inheritance
CoreWebView2DevToolsProtocolEventReceiver

Remarks

Obtained from the WebView object using GetDevToolsProtocolEventReceiver(String).

Events

DevToolsProtocolEventReceived

DevToolsProtocolEventReceived is raised when the corresponding DevToolsProtocol event is raised.

Applies to

See also