I am at a loss how to get the Node that is being dragged from the _DragDetected event. Sender doesn't appear to work in _DragDetected. I
was getting it from the _MousePressed event because that is the only thing that seems to happen before _DragDetected. However I switched to a BBCodeView because I want the property and it doesn't have a _MousePressed event. The items are in a customlistview and I need to know which item I am dragging as soon as the _DragDetected event happens. The data there tells me which Form to bring to the foreground to drag TO. Any help/ideas appreciated. I tried the CLV click event, but it too doesn't happen until after _DragDetected.
was getting it from the _MousePressed event because that is the only thing that seems to happen before _DragDetected. However I switched to a BBCodeView because I want the property and it doesn't have a _MousePressed event. The items are in a customlistview and I need to know which item I am dragging as soon as the _DragDetected event happens. The data there tells me which Form to bring to the foreground to drag TO. Any help/ideas appreciated. I tried the CLV click event, but it too doesn't happen until after _DragDetected.
Last edited: