Why does the Drag Drop event fired twice?

  • Thread starter Thread starter vijaykamat
  • Start date Start date
V

vijaykamat

Guest
Hello Everyone,



I have an application where I can frag label to the canvas on the form.

I attach the Drop event like this:



canvasPanel.Drop += new System.Windows.DragEventHandler(canvasPanel_Drop);



but this event is fired twice for every drop (mouse up).

Is this a bug?



Thanks :)

Continue reading...
 
Back
Top