Condividi tramite


TextChangedEventArgs(String, String) Costruttore

Definizione

Crea un nuovo TextChangedEventArgs oggetto con i valori di testo precedenti e nuovi.

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)

Parametri

oldTextValue
String

Valore di testo precedente.

newTextValue
String

Nuovo valore di testo.

Si applica a