Selectable selecting can fire for an item that is already selected.
I am trying to keep a count of the selected items and hook the
selecting and unselecting events to keep count. This works fine except
for one problem. If you hold down the "ctrl" key and click a selected
item the selecting event fires even though the item is already
selected. I don't see any reason to fire the selecting event for an
item that is already selected.