The first parameter returns the original mousedown / touchstart event.
The second parameter returns an Array of selected items from the current selection - i.e, the items selected since the last mousedown / touchstart event.
The third parameter returns an Array of unselected items - i.e. the items that were unselected during the current selection.