TextChangedEventArgs(String, String) Konstruktor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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.