I would like to use an MVVM in a WPF project I\'m working on, including the use of RelayCommands (aka DelegateCommands). I\'m running into an interesting but frustration problem in implementing equali
I\'m trying to bind a button command to take the text of a textbox as a parameter when the button is clicked.My Xaml looks like this: