occurs when the touch event is ended
| start_context | object | object with parameters of touch event start | 
| current_context | object | object with parameters of touch event end | 
webix.attachEvent("onTouchEnd",function(start_context,current_context){
    //your code here
});
Parameters of the start_context and current_context objects are given below: