WebBrowserNavigatedEventArgs(Uri) Konstruktor

Definition

Initialisiert eine neue Instanz der WebBrowserNavigatedEventArgs-Klasse.

public:
 WebBrowserNavigatedEventArgs(Uri ^ url);
public WebBrowserNavigatedEventArgs(Uri url);
public WebBrowserNavigatedEventArgs(Uri? url);
new System.Windows.Forms.WebBrowserNavigatedEventArgs : Uri -> System.Windows.Forms.WebBrowserNavigatedEventArgs
Public Sub New (url As Uri)

Parameter

url
Uri

A Uri representing the location of the document to which the WebBrowser control has navigated.

Gilt für: