onDragEnd (Event handler)

Called when the drag finishes and the dragged object is dropped and released.

Availability:

JScript - 5.0
Internet Explorer - 5.0
JavaScript syntax:IEmyObject.ondragend = aHandler

This provides a more fine-grained approach to drag-drop management. It may be that you want to display some active animated effect while the drag is in progress. This tells you the dragging is now finished.

See also:Event, Event handler, Event model, Event names, Event object, Event.returnValue, Handler, onDrag, onDragDrop, onDragEnter, onDragLeave, onDragOver, onDragStart, onDrop, Semantic event