CoreWebView2DevToolsProtocolEventReceivedEventArgs 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.
Event args for the DevToolsProtocolEventReceived event.
public class CoreWebView2DevToolsProtocolEventReceivedEventArgs
public class CoreWebView2DevToolsProtocolEventReceivedEventArgs : EventArgs
type CoreWebView2DevToolsProtocolEventReceivedEventArgs = class
type CoreWebView2DevToolsProtocolEventReceivedEventArgs = class
inherit EventArgs
Public Class CoreWebView2DevToolsProtocolEventReceivedEventArgs
Public Class CoreWebView2DevToolsProtocolEventReceivedEventArgs
Inherits EventArgs
- Inheritance
-
CoreWebView2DevToolsProtocolEventReceivedEventArgs
- Inheritance
-
CoreWebView2DevToolsProtocolEventReceivedEventArgs
Properties
ParameterObjectAsJson |
Gets the parameter object of the corresponding DevToolsProtocol event represented as a JSON string. |
SessionId |
Gets the sessionId of the target where the event originates from. Empty string is returned as sessionId if the event comes from the default session for the top page. |