2 writes to onDataErrorHandler
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingMAnagerBase.cs (2)
256onDataErrorHandler += value; 259onDataErrorHandler -= value;
2 references to onDataErrorHandler
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingMAnagerBase.cs (2)
84if (onDataErrorHandler != null) { 85onDataErrorHandler(this, new BindingManagerDataErrorEventArgs(e));