Class CoreWebView2FrameCreatedEventArgs
Event args for the FrameCreated event.
public class CoreWebView2FrameCreatedEventArgs : EventArgs
  - Inheritance
 - 
      
      
      CoreWebView2FrameCreatedEventArgs
 
- Inherited Members
 
Properties
Frame
Gets the created frame.
public CoreWebView2Frame Frame { get; }
  Property Value
- See Also