[This is preliminary documentation and is subject to change.]
Occurs when the WebKitBrowser control attempts to open a link in a new window.
Namespace:
WebKitAssembly: 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); } |