الرئيسية > doc > dragndrop 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr fa id vi ko ja ru zh zh_TW eo
السابق  التالي  تحرير  إعادة تسمية  تراجع  تحديث  بحث  الإدارة  
المستندات
التاريخ
 
تحذير! هذه الصفحة لم يتم تحديثها.  See english version 
السحب و الإفلات
لتنفيذ السحب والإفلات عليك عمل التالي: 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.