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

Occurs when the WebKitBrowser control creates a new window.

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

Syntax

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

See Also