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