Udostępnij za pośrednictwem


TextChangedEventArgs(String, String) Konstruktor

Definicja

Tworzy nowy TextChangedEventArgs element z elementami oldTextValue i newTextValue.

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

Parametry

oldTextValue
System.String

Stara wartość tekstowa.

newTextValue
System.String

Nowa wartość tekstowa.

Dotyczy