TextChangedEventArgs(String, String) コンストラクター

定義

古いテキスト値と新しいテキスト値を含む新しい 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

新しいテキスト値。

適用対象