コード例 #1
0
 private void OnRowDoubleClick(object sender, MouseButtonEventArgs e)
 {
     // I am too lazy to create a dependency property for the datagrid
     // so that I can bind to the mouse double click :)
     _viewModel.OpenIssueViewer();
 }