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