CoreWebView2DevToolsProtocolEventReceivedEventArgs Class

Definition

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.

Applies to