3 references to CellContentClick
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
12
[DefaultEvent(nameof(
CellContentClick
))]
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewElementTests.cs (2)
124
control.
CellContentClick
+= handler;
129
control.
CellContentClick
-= handler;