ComponentOne Xamarin Edition
TextChanged Event (C1MaskedEntry)
C1.Xamarin.Forms.Input Assembly > C1.Xamarin.Forms.Input Namespace > C1MaskedEntry Class : TextChanged Event
Event raised when the text property changed.
Syntax
public new event EventHandler<TextChangedEventArgs> TextChanged
Event Data

The event handler receives an argument of type TextChangedEventArgs containing data related to this event. The following TextChangedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the new text in the ComboBox.  
Gets the old text in the ComboBox.  
See Also