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