2 references to DataGridViewCellStateChangedEventHandler
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
4355
public event
DataGridViewCellStateChangedEventHandler
? CellStateChanged
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
12818
GetEvent<
DataGridViewCellStateChangedEventHandler
>(s_cellStateChangedEvent)?.Invoke(this, e);