3 references to DataGridViewCellStateChangedEventHandler
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (1)
5714public event DataGridViewCellStateChangedEventHandler CellStateChanged
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
13178DataGridViewCellStateChangedEventHandler eh = Events[EVENT_DATAGRIDVIEWCELLSTATECHANGED] as DataGridViewCellStateChangedEventHandler;