You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TextBoxHelper.ButtonClicked call ButtonCommand.Execute and ButtonCommand.CanExecute with different parameters. If should use same parameter for both of them. I.e.
command.CanExecute(commandParameter)
The text was updated successfully, but these errors were encountered:
TextBoxHelper.ButtonClicked
callButtonCommand.Execute
andButtonCommand.CanExecute
with different parameters. If should use same parameter for both of them. I.e.The text was updated successfully, but these errors were encountered: