首页 > doc > dragndrop 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh eo
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
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.