12 references to handler
System.Windows.Forms.Tests (12)
System\Windows\Forms\DataGridViewElementTests.cs (12)
74
control.CellClick +=
handler
;
79
control.CellClick -=
handler
;
126
control.CellContentClick +=
handler
;
131
control.CellContentClick -=
handler
;
178
control.CellContentDoubleClick +=
handler
;
183
control.CellContentDoubleClick -=
handler
;
230
control.CellValueChanged +=
handler
;
235
control.CellValueChanged -=
handler
;
302
control.DataError +=
handler
;
307
control.DataError -=
handler
;
354
control.MouseWheel +=
handler
;
359
control.MouseWheel -=
handler
;