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.
Declaration
DayPilot.Calendar.eventRightClickCallBack(e, data)Parameters
e(DayPilot.Event) - target event objectdata(object) - custom data to be sent to the server-side event handler
Notes
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.
Example
dp.eventRightClickCallBack(e, data);
DayPilot