NewWindowRequest Event

WebKit .NET

[This is preliminary documentation and is subject to change.]

Occurs when the WebKitBrowser control attempts to open a link in a new window.

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public event NewWindowRequestEventHandler NewWindowRequest
Visual Basic (Declaration)
Public Event NewWindowRequest As NewWindowRequestEventHandler
Visual C++
public:
 event NewWindowRequestEventHandler^ NewWindowRequest {
	void add (NewWindowRequestEventHandler^ value);
	void remove (NewWindowRequestEventHandler^ value);
}

See Also