Class QSortable_OutEvent
	
	This event is triggered when a sortable item is moved away from a
sortable list.
Note: This event is also triggered when a sortable item is dropped.
 * event Type: Event
 * ui Type: Object
 * helper Type: jQuery The jQuery object representing the helper being
sorted. * item Type: jQuery The jQuery object representing the current
dragged element. * offset Type: Object The current absolute position of the helper
represented as { top, left }. * position Type: Object The current position of the helper
represented as { top, left }. * originalPosition Type: Object The original position of the element
represented as { top, left }. * sender Type: jQuery The sortable that the item comes from if
moving from one sortable to another. * placeholder Type: jQuery The jQuery object representing the
element being used as a placeholder.
	 
	
		- 
			QBaseClass
			
			
			
		
- 
			 QEvent QEvent
- 
			 QJqUiEvent QJqUiEvent
- 
			 QSortable_OutEvent QSortable_OutEvent