共用方式為


TextChangedEventArgs(String, String) 建構函式

定義

使用 oldTextValuenewTextValue 建立新的 TextChangedEventArgs

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

參數

oldTextValue
System.String

舊的文字值。

newTextValue
System.String

新的文字值。

適用於