WebBrowserNavigatedEventArgs(Uri) Constructeur

Définition

Initialise une nouvelle instance de la classe WebBrowserNavigatedEventArgs.

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)

Paramètres

url
Uri

Uri représentant l'emplacement du document vers lequel le contrôle WebBrowser a navigué.

S’applique à