TextChangedEventArgs(String, String) Constructor

Definition

Creates a new TextChangedEventArgs with oldTextValue and newTextValue.

public TextChangedEventArgs (string oldTextValue, string newTextValue);
new Xamarin.Forms.TextChangedEventArgs : string * string -> Xamarin.Forms.TextChangedEventArgs

Parameters

oldTextValue
System.String

The old text value.

newTextValue
System.String

The new text value.

Applies to