2 references to BindingContextChanged
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHostTests.cs (2)
958
Assert.Throws<NotSupportedException>(() => control.
BindingContextChanged
+= handler);
959
control.
BindingContextChanged
-= handler;