Feb 16, 2021
Sure,
Here is how it will look like
Just bind ForceValidateCommand to your ViewModel’s command and then call ViewModel’s command as shown above.
ForceValidateCommandProperty has OneWayToSource binding mode, it means that it will pass the command FROM view TO view model.