M
Mike
I want to drag drop data from one app to another. If the other app
chooses to ‘move’ the data, I need to respond by deleting it from the
source app.
I was reading about the GiveFeedBack event.
See: http://msdn.microsoft.com/en-us/library/system.windows.forms.control.givefeedback.aspx
It states “If the value of DragAction is Drop, the drop effect value
is returned to the source, so the source application can perform the
appropriate operation on the source data; for example, cut the data if
the operation was a move.”
OK, that’s exactly what I want to do but what event is fired to tell
me the drop effect? Unfortunately, the documentation doesn’t say. I
don’t see any event getting fired including the DragDrop event.
Any ideas?
Thanks,
Mike
chooses to ‘move’ the data, I need to respond by deleting it from the
source app.
I was reading about the GiveFeedBack event.
See: http://msdn.microsoft.com/en-us/library/system.windows.forms.control.givefeedback.aspx
It states “If the value of DragAction is Drop, the drop effect value
is returned to the source, so the source application can perform the
appropriate operation on the source data; for example, cut the data if
the operation was a move.”
OK, that’s exactly what I want to do but what event is fired to tell
me the drop effect? Unfortunately, the documentation doesn’t say. I
don’t see any event getting fired including the DragDrop event.
Any ideas?
Thanks,
Mike