NavigateEventArgs(Boolean) 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 NavigateEventArgs.
public:
NavigateEventArgs(bool isForward);
public NavigateEventArgs (bool isForward);
new System.Windows.Forms.NavigateEventArgs : bool -> System.Windows.Forms.NavigateEventArgs
Public Sub New (isForward As Boolean)
Paramètres
- isForward
- Boolean
true
pour naviguer vers l'avant ; sinon, false
.
Remarques
La isForward
valeur du paramètre est affectée à la Forward propriété.