4 references to OnCollectionChanged
System.Data.Common (4)
System\Data\DataTableCollection.cs (4)
161
OnCollectionChanged
(new CollectionChangeEventArgs(CollectionChangeAction.Add, table));
479
OnCollectionChanged
(s_refreshEventArgs);
709
/// Raises the <see cref='System.Data.DataTableCollection.
OnCollectionChanged
'/> event.
765
OnCollectionChanged
(new CollectionChangeEventArgs(CollectionChangeAction.Remove, table));