Drag Drop

I’m stumped.

I'm trying to do DragDrop from an Infragistics UltraListView to DiagramView. I am overriding the following events:
  1. DoExternalDrag
  2. DoExternalDrop
  3. OnExternalObjectsDropped
The Drag event fires but the Drop events do not. I set breakpoints in them yet I never get there.
The DiagramView.AllowDrop is set to True
Any help or hints are appreciated.

Never mind I see why. All I had to do was explain it to someone.

Just so you can laugh at me. I had the DragDropEffects on the DoDragDrop to Move instead of copy.