3 references to DataGridViewCellErrorTextNeededEventHandler
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (1)
5510public event DataGridViewCellErrorTextNeededEventHandler CellErrorTextNeeded
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
12107DataGridViewCellErrorTextNeededEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLERRORTEXTNEEDED] as DataGridViewCellErrorTextNeededEventHandler;