Xamarin.Forms.TextChangedEventArgs Members

The members of Xamarin.Forms.TextChangedEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Creates a new Xamarin.Forms.TextChangedEventArgs with oldTextValue and newTextValue.

Public Properties

[read-only]
NewTextValuestring. Gets the new text value.
[read-only]
OldTextValuestring. Gets the old text value.