The members of Xamarin.Forms.TextChangedEventArgs are listed below.
See Also: Inherited members from System.EventArgs
| Creates a new Xamarin.Forms.TextChangedEventArgs with oldTextValue and newTextValue. |
| [read-only] | NewTextValue | string. Gets the new text value. |
| [read-only] | OldTextValue | string. Gets the old text value. |