You need to replace
evt.getSource().getBindingContext()
with
evt.getParameters().listItem.getBindingContext()
This is because evt.getSource().getBindingContext() is undefined.
You need to replace
evt.getSource().getBindingContext()
with
evt.getParameters().listItem.getBindingContext()
This is because evt.getSource().getBindingContext() is undefined.