I am looking for a best practice for handling events in an MVVM-compliant manner.
In particular, I am interested in the Completed event on an Entry control and how this can be translated to a Command or similar. I have seen from the Pre Release information that Xamarin 1.3 contains Trigger functionality - perhaps this would be a viable solution?
Thanks