Drag and Drop operations code in WPF
Its been sometime since my last post.. been busy off late.. :) ..
One of the queries that is often repeated is about drag and drop - Now Marcelo has posted a couple of posts on his blog which shows how this is done the right way. One issue that I had was that the code is in VB and some syntax's are just hard to get for someone more familiar with C. :) ... Trying to get around this, I ended up writing the same in C# and here I have attached the code. As for the explanation, its best to visit Marcelo's blog.