TextChangedEventArgs(String, String) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.