C # Drag and Drop without a specific event

0

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?     

asked by anonymous 02.01.2017 / 19:57

0 answers