Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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>