| C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : TextChanged Event |
public new event EventHandler<TextChangedEventArgs> TextChanged
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.
| Property | Description |
|---|---|
| NewText | Gets the new text in the ComboBox. |
| OldText | Gets the old text in the ComboBox. |