WebKit .NET |
NewWindowRequestEventArgs Constructor |
NewWindowRequestEventArgs Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the NewWindowRequestEventArgs class.
Namespace:
WebKit
Assembly:
WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C# |
---|
public NewWindowRequestEventArgs( string url ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ url As String _ ) |
Visual C++ |
---|
public: NewWindowRequestEventArgs( String^ url ) |
Parameters
- url
- Type: System..::.String
The Url that the new window will attempt to navigate to.