fires after drag-n-drop has finished
context | object | drag-n-drop context object with a set of properties (see details) |
ev | Event | a native event object |
list | object | the list object where the event has happened |
$$("myBoard").attachEvent("onListAfterDrop", function(context,ev,list){
// your code
});
The properties of the context object are: