Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.29 KB

icorewebview2framecreatedeventargs.md

File metadata and controls

48 lines (35 loc) · 1.29 KB
description title ms.date keywords topic_type api_name api_type api_location
Event args for the `FrameCreated` events.
WebView2 Win32 C++ ICoreWebView2FrameCreatedEventArgs
05/20/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2FrameCreatedEventArgs
APIRef
ICoreWebView2FrameCreatedEventArgs
ICoreWebView2FrameCreatedEventArgs.get_Frame
COM
embeddedbrowserwebview.dll

interface ICoreWebView2FrameCreatedEventArgs

[!INCLUDE deprecation-note]

interface ICoreWebView2FrameCreatedEventArgs
  : public IUnknown

Event args for the FrameCreated events.

Summary

Members Descriptions
get_Frame The frame which was created.

Applies to

Product Introduced
WebView2 Win32 1.0.902.49
WebView2 Win32 Prerelease 1.0.902

Members

get_Frame

The frame which was created.

public HRESULT get_Frame(ICoreWebView2Frame ** frame)