3 references to EVENT_DATAERROR
System.Windows.Forms (3)
winforms\Managed\System\WinForms\BindingSource.cs (3)
504
Events.AddHandler(
EVENT_DATAERROR
, value);
507
Events.RemoveHandler(
EVENT_DATAERROR
, value);
980
BindingManagerDataErrorEventHandler eh = Events[
EVENT_DATAERROR
] as BindingManagerDataErrorEventHandler;