TextChangedEventArgs(String, String) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria um novo TextChangedEventArgs com oldTextValue
e newTextValue
.
public TextChangedEventArgs (string oldTextValue, string newTextValue);
new Xamarin.Forms.TextChangedEventArgs : string * string -> Xamarin.Forms.TextChangedEventArgs
Parâmetros
- oldTextValue
- System.String
O valor do texto antigo.
- newTextValue
- System.String
O novo valor de texto.