Partager via


TextChangedEventArgs(String, String) Constructor

Definition

Creates a new TextChangedEventArgs with oldTextValue and newTextValue.

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)

Parameters

oldTextValue
String

The old text value.

newTextValue
String

The new text value.

Applies to