WebBrowserNavigatedEventArgs(Uri) Constructor

Definition

Initializes a new instance of the WebBrowserNavigatedEventArgs class.

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)

Parameters

url
Uri

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

Applies to