3 references to SelectionChanged
Microsoft.Maui (3)
Handlers\Entry\EntryHandler.iOS.cs (2)
143 platformView.SelectionChanged -= OnSelectionChanged; 151 platformView.SelectionChanged += OnSelectionChanged;
Platform\iOS\MauiTextField.cs (1)
65 SelectionChanged?.Invoke(this, EventArgs.Empty);