Click or drag to resize

UIWebBrowserBeforePopupEventArgs Constructor

Initializes a new instance of the UIWebBrowserBeforePopupEventArgs class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public BeforePopupEventArgs(
	CefFrame frame,
	string targetUrl,
	string targetFrameName,
	CefPopupFeatures popupFeatures,
	CefWindowInfo windowInfo,
	CefClient client,
	CefBrowserSettings settings,
	bool noJavascriptAccess
)

Parameters

frame  CefFrame
 
targetUrl  String
 
targetFrameName  String
 
popupFeatures  CefPopupFeatures
 
windowInfo  CefWindowInfo
 
client  CefClient
 
settings  CefBrowserSettings
 
noJavascriptAccess  Boolean
 
See Also