WebBrowserNavigatingEventArgs(Uri, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe WebBrowserNavigatingEventArgs.
public:
WebBrowserNavigatingEventArgs(Uri ^ url, System::String ^ targetFrameName);
public WebBrowserNavigatingEventArgs(Uri url, string targetFrameName);
public WebBrowserNavigatingEventArgs(Uri? url, string? targetFrameName);
new System.Windows.Forms.WebBrowserNavigatingEventArgs : Uri * string -> System.Windows.Forms.WebBrowserNavigatingEventArgs
Public Sub New (url As Uri, targetFrameName As String)
Paramètres
- url
- Uri
Représentant Uri l’emplacement du document vers lequel le WebBrowser contrôle navigue.
- targetFrameName
- String
Nom du cadre de page Web dans lequel le nouveau document sera chargé.