6 references to OnListChanged
System.Data.Common (6)
System\Data\Selection.cs (6)
910OnListChanged(ListChangedType.ItemChanged, newIndex, oldIndex); 915OnListChanged(ListChangedType.ItemAdded, newIndex, oldIndex); 923OnListChanged(ListChangedType.ItemMoved, newIndex, oldIndex); 965OnListChanged(ListChangedType.ItemChanged, commonIndexLocation, commonIndexLocation); 984OnListChanged(ListChangedType.ItemChanged, newRecordIndex, oldRecordIndex); // be carefull remove oldrecord index if needed 995OnListChanged(ListChangedType.ItemMoved, newRecordIndex, oldRecordIndex);