Can AsyncCommand provide ObservesProperty? (Similar to Prism's DelegateCommand) #1464
Closed
LeoJHarris
started this conversation in
New Feature Discussions
Replies: 2 comments
-
@Sergio0694 I believe this question is for the MVVM toolkit, can you confirm that? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closed and answered |
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.
-
Hi there,
We have apps using
Prism
which has theDelegateCommand
.DelegateCommand
has theObservesProperty
which automatically calls theRaiseCanExecuteChanged
which as I understand can carry a bit more overhead then manually calling that method but removes the need for repetitive code, is there any opportunity that AsyncCommand can implement the same functionality?https://prismlibrary.com/docs/commands/commanding.html#observesproperty
Beta Was this translation helpful? Give feedback.
All reactions