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