Replies: 2 comments 10 replies
-
You can control whether the Command will be executed using the CanExecute parameter. I appreciate this would rely on having some knowledge in the View Model that owns the Command property. Would that work? |
Beta Was this translation helpful? Give feedback.
10 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.
-
Hello,
It would be nice if one could enable and disable an EventToCommandBehavior.
In my case I use the EventToCommandBehavior for Binding a command if a switch in a collectionview is toggled.
this works pretty well. The problem is, the EventToCommandBehavior also calls the command during loading the collectionview items.
Beta Was this translation helpful? Give feedback.
All reactions