2 references to EnabledChanged
System.Windows.Forms.Tests (2)
WebBrowserBaseTests.cs (2)
400
Assert.Throws<NotSupportedException>(() => control.
EnabledChanged
+= handler);
401
control.
EnabledChanged
-= handler;