TextChangedEventArgs(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.