TextChangedEventArgs(String, String) Costruttore

Definizione

Crea un nuovo TextChangedEventArgs con oldTextValue e newTextValue.

public TextChangedEventArgs (string oldTextValue, string newTextValue);
new Xamarin.Forms.TextChangedEventArgs : string * string -> Xamarin.Forms.TextChangedEventArgs

Parametri

oldTextValue
System.String

Valore di testo precedente.

newTextValue
System.String

Valore di testo nuovo.

Si applica a