C# Class WebKit.NewWindowCreatedEventArgs

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

Méthodes publiques

Méthode Description
NewWindowCreatedEventArgs ( WebKitBrowser browser ) : System

Initializes a new instance of the NewWindowCreatedEventArgs class.

Method Details

NewWindowCreatedEventArgs() public méthode

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