Hi,
In my current project I need to implement separate commands for button down / button up.
As soon as the button is pressed I need to start a process and then as the button is released I need to stop that process. How would I do that with WPF/MVVM ?
Thanks for any help!
Regards
Rainer