DND - coordinates of drag

Hello!
I am doing a drag and drop. When I am in the drop event, I would like to get the coordinates (docpoint) where I started my drag. How can I get that point?
TIA,
Pradip

I think general drag-and-drop doesn’t provide that information, since it depends on the window it started from.
But if you are starting from a GoView, you could look at GoView.FirstInput.DocPoint.