Class CoreWebView2DevToolsProtocolEventReceiver
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
- See Also