The eventClickCallBack() method executes the server-side click handler using an AJAX callback.
Only applicable to ASP.NET WebForms, ASP.NET MVC, and Java version.s
DayPilot.Calendar.eventClickCallBack(e, data)e (DayPilot.Event) - target event object
data (object) - custom data to be sent to the server-side event handler
Use this legacy helper to invoke the matching server-side click handler from client-side code and optionally include custom data with the callback request.
dp.eventClickCallBack(e, data);