Is the parameter passed to the CanExecute method of bound commands the CommandParameter specified in the binding control? If not, where does it come from?
Is the parameter passed to the CanExecute method of bound commands the CommandParameter specified
Share
The
CommandParameteris sent to both theCanExecuteandExecute(d)events.