Version

addDragEndHandler Method

Attaches an event listener to the DragEnd event of a Infragistics.Web.UI.DragDropBehavior.
Syntax
ASP.NET Ajax Javascript (Specification) 
function addDragEndHandler( 
   handler : Function
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDragDropEvents.addDragEndHandler(Function);

Parameters

handler
The function that should be called when the event is fired.
Remarks
Fired every time a drag operation ends, whether it was canceled or a drop occurred. This event is always the last event fired. The EventArgs are of type: Infragistics.Web.UI.DragDropEventArgs.
See Also