CoreWebView2.GetDevToolsProtocolEventReceiver(String) Method
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.
Gets a DevTools Protocol event receiver that allows you to subscribe to a DevToolsProtocol event.
public Microsoft.Web.WebView2.Core.CoreWebView2DevToolsProtocolEventReceiver GetDevToolsProtocolEventReceiver (string eventName);
member this.GetDevToolsProtocolEventReceiver : string -> Microsoft.Web.WebView2.Core.CoreWebView2DevToolsProtocolEventReceiver
Public Function GetDevToolsProtocolEventReceiver (eventName As String) As CoreWebView2DevToolsProtocolEventReceiver
Parameters
- eventName
- String
The full name of the event in the format {domain}.{event}
.
Returns
A Devtools Protocol event receiver.
Remarks
For more information about DevToolsProtocol events description and event args, navigate to DevTools Protocol Viewer.