3 references to EVENT_DATAGRIDVIEWDATAERROR
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6246
this.Events.AddHandler(
EVENT_DATAGRIDVIEWDATAERROR
, value);
6250
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWDATAERROR
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
15092
DataGridViewDataErrorEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWDATAERROR
] as DataGridViewDataErrorEventHandler;