C# Class WebKit.NewWindowCreatedEventArgs

Provides data for the WebKitBrowser.NewWindowCreated event.
Inheritance: System.EventArgs
Show file Open project: davejohnson/webkit-dot-net Class Usage Examples

Public Methods

Method Description
NewWindowCreatedEventArgs ( WebKitBrowser browser ) : System

Initializes a new instance of the NewWindowCreatedEventArgs class.

Method Details

NewWindowCreatedEventArgs() public method

Initializes a new instance of the NewWindowCreatedEventArgs class.
public NewWindowCreatedEventArgs ( WebKitBrowser browser ) : System
browser WebKitBrowser The WebKitBrowser showing the contents of the new window.
return System