❔ WPF
Hi,
I would like to bind some events to some relay commands that I have defined using MVVM. I have installed the nuget package for xaml behaviors but it's absolutely not triggering my command 😦
Why is my RelayCommand Action not triggered?
2 Replies
step 1: check for binding errors
step 2: confirm that
MouseClick
is the proper eventWas this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.