The eventDoubleClickCallBack() method executes the server-side double-click handler using an AJAX callback.
Declaration
DayPilot.Calendar.eventDoubleClickCallBack(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 invoke the matching server-side double-click handler from client-side code and optionally include custom data with the callback request.
Example
dp.eventDoubleClickCallBack(e, data);
DayPilot