Sdílet prostřednictvím


TextChangedEventArgs(String, String) Konstruktor

Definice

Vytvoří nový TextChangedEventArgs s oldTextValue a newTextValue.

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

Parametry

oldTextValue
System.String

Stará textová hodnota.

newTextValue
System.String

Nová textová hodnota.

Platí pro