Version

dragDropEffect Property

Get the drop effect that will be applied.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_dragDropEffect() : DragDropEffects
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDataTreeDragDropEventArgs.get_dragDropEffect();
See Also