First off, great little tool, certainly does the job well!
I'd like to trigger validation of a textbox after it loses focus, but only the validation of that textbox, not then entire view model at once.
To use the example project in the solution posted here, instead of validating all fields when a user clicks on "validate" I'd like to be able to validate the "username" field only when it loses focus, then the "email" field only, when it loses focus, and so on.
Any suggestions on how I could accomplish this with 'MvvmValidation'?
First off, great little tool, certainly does the job well!
I'd like to trigger validation of a textbox after it loses focus, but only the validation of that textbox, not then entire view model at once.
To use the example project in the solution posted here, instead of validating all fields when a user clicks on "validate" I'd like to be able to validate the "username" field only when it loses focus, then the "email" field only, when it loses focus, and so on.
Any suggestions on how I could accomplish this with 'MvvmValidation'?