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