1 instantiation of TextChangedEventArgs
Microsoft.Maui.Controls (1)
InputView\InputView.cs (1)
150 TextChanged?.Invoke(this, new TextChangedEventArgs(oldValue, newValue));
1 reference to TextChangedEventArgs
Microsoft.Maui.Controls (1)
InputView\InputView.cs (1)
146 public event EventHandler<TextChangedEventArgs> TextChanged;