Version

dragEnd Method

Handles the DragEnd event off the DragDropBehavior and passes the information to the control, if the control implements the __dragEnd method.
Syntax
ASP.NET Ajax Javascript (Specification) 
function dragEnd() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfUIBehaviorsObject.dragEnd();
See Also