2 references to DragEnter
System.Windows.Forms.Tests (2)
WebBrowserBaseTests.cs (2)
373
Assert.Throws<NotSupportedException>(() => control.
DragEnter
+= handler);
374
control.
DragEnter
-= handler;