The eventRightClickCallBack() method executes the server-side EventRightClick handler using an AJAX callback.
It only applies to ASP.NET WebForms, ASP.NET MVC and Java versions.
DayPilot.Calendar.eventRightClickCallBack(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 trigger the server-side right-click pipeline from client-side code and optionally send custom data with the callback request.
dp.eventRightClickCallBack(e, data);