TextChangedEventArgs(String, String) Oluşturucu

Tanım

Yeni bir oluşturur TextChangedEventArgs ile oldTextValue ve newTextValue.

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

Parametreler

oldTextValue
String

Eski metin değeri.

newTextValue
String

Yeni metin değeri.

Şunlara uygulanır