Replies: 1 comment
-
FYI @Sergio0694, moved this over here from the WCT discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
In my sample Project I've got a model. The model looks like this:
In my ViewModel I'm using this model like this:
If I first set "sample" with this "new()" initialization CanDeleteSample, CanSaveSample,... are notified and everything works fine.
But if I change the value of, for example, "Name" no notification is done.
Is there a way to handle the notification if a property of "sample" has been changed? Further is there also a way to execute the notifications if I use a wrapped object withing the BaseModel class?
Thx
Beta Was this translation helpful? Give feedback.
All reactions