3 references to DataGridViewRowErrorTextNeededEventHandler
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (1)
6478public event DataGridViewRowErrorTextNeededEventHandler RowErrorTextNeeded
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
18248DataGridViewRowErrorTextNeededEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWERRORTEXTNEEDED] as DataGridViewRowErrorTextNeededEventHandler;