2 writes to onListChanged
System (2)
compmod\system\componentmodel\BindingList.cs (2)
153
onListChanged
+= value;
156
onListChanged
-= value;
2 references to onListChanged
System (2)
compmod\system\componentmodel\BindingList.cs (2)
165
if (
onListChanged
!= null) {
166
onListChanged
(this, e);