3 references to EVENT_DATAGRIDVIEWROWERRORTEXTNEEDED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6482
this.Events.AddHandler(
EVENT_DATAGRIDVIEWROWERRORTEXTNEEDED
, value);
6486
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWROWERRORTEXTNEEDED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
18248
DataGridViewRowErrorTextNeededEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWROWERRORTEXTNEEDED
] as DataGridViewRowErrorTextNeededEventHandler;