dragLeave Method
Handles the DragLeave event off the DragDropBehavior and passes the information to the control, if the control implements the __dragLeave method.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function dragLeave() : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfUIBehaviorsObject.dragLeave(); |