blog.pieeatingninjas.be
Trigger PropertyChanged of indexed property in Xamarin Forms
Xamarin Forms supports binding to indexed properties. But do you know how to trigger a PropertyChanged event on such a property so that the binding engine gets the updated value? Binding to indexed…