[WPF]DataGrid の行単位でダブルクリックを受け取る
WPFのDataGridで行単位でダブルクリックを受け取る。
<datagrid.rowstyle>
<style targettype="DataGridRow">
<EventSetter Event="MouseDoubleClick" Handler="DataGridRow_MouseDoubleClick"/>
</style>
</datagrid.rowstyle>