Version

setDragDropNotification Method

Sets whether or not the control should be notified for each element that is dragged over in the control, or if it should just be notified the first time the mouse enters the control.
Syntax
ASP.NET Ajax Javascript (Specification) 
function setDragDropNotification() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfUIBehaviorsObject.setDragDropNotification();
See Also