Hi, I have a windows forms webbrowser (Windows.Forms.WebBrowser) I want to capture the drag drop event over it.
I did not see any drag drop events on it that I can hook into ? It just has DoDragDrop()
Could you please guide me as to how to capture the drag drop event on it? I want to handle these events in a parent control that hosts it.
Thanks!