CoreWebView2DevToolsProtocolEventReceiver Class

A Receiver is created for a particular DevTools Protocol event and allows you to subscribe and unsubscribe from that event. Obtained from the WebView object using CoreWebView2.GetDevToolsProtocolEventReceiver.

Summary

Members Description
DevToolsProtocolEventReceived DevToolsProtocolEventReceived is raised when the corresponding DevToolsProtocol event is raised.

Events

DevToolsProtocolEventReceived

DevToolsProtocolEventReceived is raised when the corresponding DevToolsProtocol event is raised.

Type: TypedEventHandler<CoreWebView2, CoreWebView2DevToolsProtocolEventReceivedEventArgs>

Referenced by