addTargetObject Method
Notifies the behavior that the following element associated with the object is a possible drop target, which means that events such as DragEnter, DragLeave, DragMove, and Drop will fire when the mouse enters the element while in a Drag operation.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function addTargetObject(
: UIObject,
: Boolean
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfDragDropBehavior.addTargetObject(UIObject,Boolean); |