4 references to OnCollectionChanged
System.Windows.Forms (3)
System\Windows\Forms\DataBinding\BindingContext.cs (3)
101
OnCollectionChanged
(new CollectionChangeEventArgs(CollectionChangeAction.Add, dataSource));
145
OnCollectionChanged
(new CollectionChangeEventArgs(CollectionChangeAction.Refresh, null));
196
OnCollectionChanged
(new CollectionChangeEventArgs(CollectionChangeAction.Remove, dataSource));
System.Windows.Forms.Tests (1)
System\Windows\Forms\BindingContextTests.cs (1)
1058
public new void OnCollectionChanged(CollectionChangeEventArgs ccevent) => base.
OnCollectionChanged
(ccevent);