Что эквивалентно следующему коду в wpf
Код в WinApp (WinForms?):
private void dataGridView1_CellClick(object sender, DataGridViewCellEventArgs e) { MessageBox.Show(e.ColumnIndex.ToString()); }