TextChangedEventArgs(String, String) Construtor

Definição

Cria um novo TextChangedEventArgs com os valores de texto antigo e novo.

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)

Parâmetros

oldTextValue
String

O valor de texto anterior.

newTextValue
String

O novo valor de texto.

Aplica-se a