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

Représentant Uri l’emplacement du document vers lequel le WebBrowser contrôle a accédé.

S’applique à