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