TextChangedEventArgs(String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
oldTextValue
と newTextValue
を使用して、新しい TextChangedEventArgs を作成します。
public TextChangedEventArgs (string oldTextValue, string newTextValue);
new Xamarin.Forms.TextChangedEventArgs : string * string -> Xamarin.Forms.TextChangedEventArgs
パラメーター
- oldTextValue
- System.String
古いテキスト値。
- newTextValue
- System.String
新しいテキスト値。