3 references to EVENT_DATAGRIDVIEWCELLERRORTEXTNEEDED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5514
this.Events.AddHandler(
EVENT_DATAGRIDVIEWCELLERRORTEXTNEEDED
, value);
5518
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWCELLERRORTEXTNEEDED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
12107
DataGridViewCellErrorTextNeededEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWCELLERRORTEXTNEEDED
] as DataGridViewCellErrorTextNeededEventHandler;