In Wpf I sometimes would use a DynamicObject based proxy class(something like this)to an wrap an instance of a class that I don't want to write explicit change notifications for and an instance of that class would be used for the context. This would now fire IPropertyChanged notifications for me when appropriate. In Xamarin Forms this doesn't seem to work . Is something in the Xamarin.Forms.Binding class the culprit and can anything be done to make this work?
↧