3 references to CollectionChanged
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingContext.cs (1)
13
[DefaultEvent(nameof(
CollectionChanged
))]
System.Windows.Forms.Tests (2)
System\Windows\Forms\BindingContextTests.cs (2)
744
Assert.Throws<NotImplementedException>(() => context.
CollectionChanged
+= handler);
752
context.
CollectionChanged
-= handler;