The timeRangeDoubleClickCallBack() method fires the TimeRangeDoubleClick event on the server side using a CallBack (ASP.NET WebForms, ASP.NET MVC, Java).
DayPilot.Month.timeRangeDoubleClickCallBack(start, end[, data]);start (DayPilot.Date) - start of the time range
end (DayPilot.Date) - end of the time range
data (object) - additional custom data
Use this legacy helper to invoke the server-side time range double-click action manually.
The optional data parameter lets you include additional custom data with the callback request.
dp.timeRangeDoubleClickCallBack(start, end, { source: "selection" });DayPilot.Month.timeRangeDoubleClickHandling
DayPilot.Month.onTimeRangeDoubleClick