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