CoreWebView2DevToolsProtocolEventReceiver Class
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.
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. |