Share via


interface ICoreWebView2ExperimentalNewWindowRequestedEventArgs2

Note

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

Note

This an experimental API that is shipped with our prerelease SDK. See WebView2 release notes.

interface ICoreWebView2ExperimentalNewWindowRequestedEventArgs2
  : public IUnknown

This is a continuation of the ICoreWebView2NewWindowRequestedEventArgs interface.

Summary

Members Descriptions
get_OriginalSourceFrameInfo The frame info of the frame where the new window request originated.

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease

Members

get_OriginalSourceFrameInfo

The frame info of the frame where the new window request originated.

public HRESULT get_OriginalSourceFrameInfo(ICoreWebView2FrameInfo ** frameInfo)

The OriginalSourceFrameInfo is a snapshot of frame information at the time when the new window was requested. See ICoreWebView2FrameInfo for details on frame properties.