Posts by danilo • 1 point
1 post
- 
		0 votes2 answers191 viewsA: OnExit event in editText?In Xamarin Forms Entry has an event called Unfocused so Voce can implement the function field. Unfocused += (Object Sender, Focuseventargs e) =>{ //implement } If you have for Xamarin Forms,…