You can include the CommandParameter to identify the record:
<Button Command="{Binding ExecuteCommand}" CommandParameter="{Binding RecordId}" />
JerryNixon
2010-07-26 21:53:11
You can include the CommandParameter to identify the record:
<Button Command="{Binding ExecuteCommand}" CommandParameter="{Binding RecordId}" />