I have an application that use the MVVM pattern and I would like to implement validation when the user is fill the information. For example if min is greater than max I want to disable the button in my view.I have an application that use the MVVM pattern