7 references to CellContentClick
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
12
[DefaultEvent(nameof(
CellContentClick
))]
System.Windows.Forms.Tests (6)
System\Windows\Forms\DataGridViewCellTests.cs (1)
6522
dataGridView.
CellContentClick
+= new DataGridViewCellEventHandler((s, e) =>
System\Windows\Forms\DataGridViewElementTests.cs (2)
126
control.
CellContentClick
+= handler;
131
control.
CellContentClick
-= handler;
System\Windows\Forms\DataGridViewLinkCellTests.cs (3)
530
dataGridView.
CellContentClick
+= (s, e) =>
558
dataGridView.
CellContentClick
+= (s, e) =>
581
dataGridView.
CellContentClick
+= (s, e) => contentClickRaised = true;