I am applying the MVVM pattern to a project. I have a UserControl which has a button which is bound to a command exposed by the ViewModel.
Since the button is visible, It will continue to call the
I am applying the MVVM pattern to a project. I have a UserControl which has a button which is bound to a command exposed by the ViewModel.
Since the button is visible, It will continue to call the