Version

dragCancel Method

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