C# Class WebKit.NewWindowRequestEventArgs

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

Méthodes publiques

Méthode Description
NewWindowRequestEventArgs ( string Url ) : System

Initializes a new instance of the NewWindowRequestEventArgs class.

Method Details

NewWindowRequestEventArgs() public méthode

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.
Résultat System