I'm developing an application in C#(WPF)
and would like to know if anyone knows how to get the drag n drop
mouse data without any event being triggered.
Is there any way to return this data from the dragndrop
of the mouse (a file being dragged for example) without any specific event or if it is possible to simulate Drop
and get the mouse data at that moment?