TextChangedEventArgs(String, 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.
Crée un TextChangedEventArgs avec oldTextValue
et newTextValue
.
public TextChangedEventArgs (string oldTextValue, string newTextValue);
new Xamarin.Forms.TextChangedEventArgs : string * string -> Xamarin.Forms.TextChangedEventArgs
Paramètres
- oldTextValue
- System.String
Valeur de l’ancien texte.
- newTextValue
- System.String
Valeur du nouveau texte.