onCallBackEnd is fired after the control receives a response from a server-side AJAX callback (ASP.NET WebForms, ASP.NET MVC, Java).
onCallBackEnd(args)
dp.onCallBackEnd = function(args) { dp.message("Callback complete..."); };