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
I found that CanCommand's detection mechanism only checks whether the properties in the current VM have changed, and does not check the properties of the Model object in the VM, for example.
This writing style can trigger CanCommand when the property changes.
But the method below doesn't work, is there any way to make the method below support it?