See this repository for an example: https://github.com/jBijsterboschNL/Xamarin.Forms-UserStoppedTypingBehavior
And this blog post about the implementation:
https://blog.johndotnet.nl/automatic-search-trigger-when-user-stopped-typing-in-xamarin-forms/
If you want a command (f.e. a search command) to be automatically executed after the user has stopped typing, but you don't want it to be triggered on each text changed event (triggering too many and also obsolete search calls).
I am Gerald and I approve of this idea!
Sounds cool!
Great! :) will try to get this implemented into the Xamarin Community Toolkit in the next weeks.
PR has been merged, so this issue can be closed :) thanks all for your feedback
Closed by #253
Most helpful comment
I am Gerald and I approve of this idea!