onDragOut(s,t,n,e)

  • Type: Method
  • File: core/dnd.js
  • Implemented in: DragControl
  • Included in:

called when mouse was moved out drop area and defines marker behavior out of the drop area

Parameters

  • s - source html object (optional)
    • object
  • t - target html object (optional)
    • object
  • n - dragged object (optional)
    • any
  • e - event object (optional)
    • object

Returns