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