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