Hi Actipro,
Currently the NotifyDrop only raises a PasteDragDrop event when pasting text from another control, and before the actual insertion/replacement of text.
For my drag and drop, I need to drag and drop some (hidden) metadata associated with the text line. Hence I need the text to be inserted, before I do the Drop of the metadata (which is stored in another drag format). I can't do this in DocumentTextChanged because I would have lost the DataObject information. I can't do this in Drop because the text line has not been inserted and I can't associate the metadata with the text line.
Would it be possible to raise an event after the Drop? Will need this for drag/drop within same control as well as pasting from another control.
Thanks!