2 references to CursorChanged
System.Windows.Forms.Tests (2)
WebBrowserBaseTests.cs (2)
344
Assert.Throws<NotSupportedException>(() => control.
CursorChanged
+= handler);
345
control.
CursorChanged
-= handler;