5 references to CellStateChanged
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
184_sampleDataGridView.CellStateChanged += sampleDataGridView_CellStateChanged;
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewCellTests.cs (4)
1931control.CellStateChanged += handler; 1949control.CellStateChanged -= handler; 2214control.CellStateChanged += handler; 2232control.CellStateChanged -= handler;