DayPilot.Month.eventRightClickCallBack

The eventRightClickCallBack() method executes the server-side EventRightClick handler using an AJAX callback (ASP.NET WebForms, ASP.NET MVC, Java).

Declaration

DayPilot.Month.eventRightClickCallBack(e[, data]);

Parameters

  • e (DayPilot.Event) - reference to the event object

  • data (object) - custom data to be sent to the server-side event handler

Example

dp.eventRightClickCallBack(e, data);

See Also

DayPilot.Month Class