CoreWebView2DedicatedWorkerCreatedEventArgs 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.
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. |