2 writes to onAddingNew
System (2)
compmod\system\componentmodel\BindingList.cs (2)
112
onAddingNew
+= value;
119
onAddingNew
-= value;
4 references to onAddingNew
System (4)
compmod\system\componentmodel\BindingList.cs (4)
131
if (
onAddingNew
!= null) {
132
onAddingNew
(this, e);
324
return
onAddingNew
!= null &&
onAddingNew
.GetInvocationList().Length > 0;