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