次の方法で共有


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

新しいテキスト値。

適用対象