12 references to handler
System.Windows.Forms.Tests (12)
System\Windows\Forms\DataGridViewElementTests.cs (12)
72
control.CellClick +=
handler
;
77
control.CellClick -=
handler
;
124
control.CellContentClick +=
handler
;
129
control.CellContentClick -=
handler
;
176
control.CellContentDoubleClick +=
handler
;
181
control.CellContentDoubleClick -=
handler
;
228
control.CellValueChanged +=
handler
;
233
control.CellValueChanged -=
handler
;
300
control.DataError +=
handler
;
305
control.DataError -=
handler
;
352
control.MouseWheel +=
handler
;
357
control.MouseWheel -=
handler
;