3 references to OnCellClick
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
5880
OnCellClick
(new DataGridViewCellEventArgs(dgvcme.ColumnIndex, dgvcme.RowIndex));
11541
OnCellClick
(e);
15895
OnCellClick
(new DataGridViewCellEventArgs(hti._col, hti._row));