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