The eventMenuClickCallBack() method executes the server-side EventMenuClick handler for an event context menu command using an AJAX callback (ASP.NET WebForms, ASP.NET MVC, Java).
DayPilot.Month.eventMenuClickCallBack(e, command[, data])e (DayPilot.Event) - object reference
command (string) - command name
data (object) - custom data to be sent to the server-side event handler
Use this legacy helper to invoke the server-side EventMenuClick handler for an event context menu command from client-side code.
The command argument identifies the selected menu item, and the optional data object lets you include additional values with the callback request.
dp.eventMenuClickCallBack(e, "Delete", { confirmed: true });