Xamarin.Forms.TextChangedEventArgs Class
Event arguments for TextChanged events. Provides old and new text values.
See Also: TextChangedEventArgs
Syntax
public class TextChangedEventArgs : EventArgs
Requirements
Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0, 1.4.0.0, 1.5.0.0, 2.0.0.0
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0, 1.4.0.0, 1.5.0.0, 2.0.0.0
The members of Xamarin.Forms.TextChangedEventArgs are listed below.
See Also: EventArgs
Public Constructors
Creates a new TextChangedEventArgs with oldTextValue and newTextValue. |
Public Properties
[read-only] | NewTextValue | String. Gets the new text value. |
[read-only] | OldTextValue | String. Gets the old text value. |