2 writes to onListChanged
System.Data (2)
fx\src\data\System\Data\DataView.cs (2)
1052
onListChanged
+= value;
1056
onListChanged
-= value;
3 references to onListChanged
System.Data (3)
fx\src\data\System\Data\DataView.cs (3)
1427
if (
onListChanged
!= null) {
1430
onListChanged
(this, newEventArg);
1433
onListChanged
(this, e);