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