Home > doc > dragndrop 
 en fr de es it nl pl pt pt_BR mk sq ca cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
Drag & Drop
To implement Drag & Drop, you have to: The behaviour of the control that receives a drop is the following:
  1. If you don't implement the Drag event handler, nor the DragMove event handler, then:
  2. If you implement the Drag event handler, and if the event is stopped, then the drop is rejected and no DragMove event is raised.
  3. If you implement the DragMove event handler, and if the event is stopped, then the drop is rejected.