Compartilhar via


TextChangedEventArgs(String, String) Construtor

Definição

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.

Aplica-se a