Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.42 KB

icorewebview2experimentalnewwindowrequestedeventargs.md

File metadata and controls

41 lines (27 loc) · 1.42 KB
description title author ms.author ms.date ms.topic keywords
Event args for the NewWindowRequested event.
WebView2 Win32 C++ ICoreWebView2ExperimentalNewWindowRequestedEventArgs
MSEdgeTeam
msedgedevrel
10/07/2020
reference
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2ExperimentalNewWindowRequestedEventArgs

interface ICoreWebView2ExperimentalNewWindowRequestedEventArgs

[!INCLUDE deprecation-note]

[!INCLUDE prerelease-note]

interface ICoreWebView2ExperimentalNewWindowRequestedEventArgs
  : public IUnknown

Event args for the NewWindowRequested event.

Summary

Members Descriptions
get_WindowFeatures Window features specified by the window.open call.

The event is fired when content inside webview requested to a open a new window (through window.open() and so on.)

Members

get_WindowFeatures

Window features specified by the window.open call.

public HRESULT get_WindowFeatures(ICoreWebView2ExperimentalWindowFeatures ** windowFeatures)

These features can be considered for positioning and sizing of new webview windows.