You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is working fine on classes like the contacts and prints out the debug info when loading the contacts collection (InitContacts () )
[PROPERTYCHANGED] Target: FreshMvvmApp.Contact Property: Id
[PROPERTYCHANGED] Target: FreshMvvmApp.Contact Property: Name
[PROPERTYCHANGED] Target: FreshMvvmApp.Contact Property: Phone
But what I'm missing is that this should be triggered as well on ViewModels if the actual contact is changed.
Should this be triggered as well when the contact is set on the ContactPageModel?
And yes I know I can use the WhenAny extension but that is working around Fody!
The text was updated successfully, but these errors were encountered:
I'm struggling with using fody propertychanged on viewmodels.
I added the PropertyChangedNotificationInterceptor to the sample project and can see that it doesn't work there eiter.
it is working fine on classes like the contacts and prints out the debug info when loading the contacts collection (InitContacts () )
[PROPERTYCHANGED] Target: FreshMvvmApp.Contact Property: Id
[PROPERTYCHANGED] Target: FreshMvvmApp.Contact Property: Name
[PROPERTYCHANGED] Target: FreshMvvmApp.Contact Property: Phone
But what I'm missing is that this should be triggered as well on ViewModels if the actual contact is changed.
Should this be triggered as well when the contact is set on the ContactPageModel?
And yes I know I can use the WhenAny extension but that is working around Fody!
The text was updated successfully, but these errors were encountered: