selectableUnselected by select another entry ?

selectableUnselected by select another entry ?

Hi there,

i try to figure out in which way i can get the event selectableunselected ( or selectableunselecting) if i´m not unselecting it by click, but by clicking anoter element out of the selectable.

Lets say we have 3 options in the selectable. I select the first one. The event selectableSelected for element 1 is fired. If i press STRG and click the first one again, selectableUnselected is fired. Now here comes the point: If i´m not using STRG+Click on the first element, but just clicking the second element, while the first is selected, the first one is unselected and the second one is selected.

But there is just the event fired for selectableSelected on the second element.

Is there a way to get the selectableUnselected Event in this case for the first element? Is there a property in the event, which tells me, which elements are unselected by selecting a new one?

 

Thanks,

 

Daniel