Share via


CoreWebView2DedicatedWorkerCreatedEventArgs Class

Definition

public class CoreWebView2DedicatedWorkerCreatedEventArgs : EventArgs
type CoreWebView2DedicatedWorkerCreatedEventArgs = class
    inherit EventArgs
Public Class CoreWebView2DedicatedWorkerCreatedEventArgs
Inherits EventArgs
Inheritance
CoreWebView2DedicatedWorkerCreatedEventArgs

Properties

OriginalSourceFrameInfo

The associated frame information that created the dedicated worker. This can be used to get the frame source, name, frameId, and parent frame information.

Worker

The dedicated worker that was created.

Applies to