CoreWebView2DevToolsProtocolEventReceiver.DevToolsProtocolEventReceived Event
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.
DevToolsProtocolEventReceived is raised when the corresponding DevToolsProtocol event is raised.
public event EventHandler<Microsoft.Web.WebView2.Core.CoreWebView2DevToolsProtocolEventReceivedEventArgs> DevToolsProtocolEventReceived;
member this.DevToolsProtocolEventReceived : EventHandler<Microsoft.Web.WebView2.Core.CoreWebView2DevToolsProtocolEventReceivedEventArgs>
Public Custom Event DevToolsProtocolEventReceived As EventHandler(Of CoreWebView2DevToolsProtocolEventReceivedEventArgs)
Event Type
Remarks
The handler's Invoke method will be called whenever the corresponding DevToolsProtocol event fires. Invoke will be called with an event args object containing the DevTools Protocol event's parameter object as a JSON string.