interface ICoreWebView2DedicatedWorkerCreatedEventArgs

Note

This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.

interface ICoreWebView2DedicatedWorkerCreatedEventArgs
  : public IUnknown

Event args for the DedicatedWorkerCreated event.

Summary

Members Descriptions
get_OriginalSourceFrameInfo The associated frame information that created the dedicated worker.
get_Worker The dedicated worker that was created.

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease

Members

get_OriginalSourceFrameInfo

The associated frame information that created the dedicated worker.

public HRESULT get_OriginalSourceFrameInfo(ICoreWebView2FrameInfo ** value)

This can be used to get the frame source, name, frameId, and parent frame information.

get_Worker

The dedicated worker that was created.

public HRESULT get_Worker(ICoreWebView2DedicatedWorker ** value)