If 'this' is the UI5 control that's firing the event, then why not simply use :
this.getBindingContext().getObject();
This will give you the current model's node object
If 'this' is the UI5 control that's firing the event, then why not simply use :
this.getBindingContext().getObject();
This will give you the current model's node object