







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