C# Class WebKit.NewWindowRequestEventArgs

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

Public Methods

Method Description
NewWindowRequestEventArgs ( string Url ) : System

Initializes a new instance of the NewWindowRequestEventArgs class.

Method Details

NewWindowRequestEventArgs() public method

Initializes a new instance of the NewWindowRequestEventArgs class.
public NewWindowRequestEventArgs ( string Url ) : System
Url string The Url that the new window will attempt to navigate to.
return System