The eventDoubleClickPostBack() method executes the server-side EventDoubleClick handler using a PostBack (ASP.NET WebForms only).
DayPilot.Month.eventDoubleClickPostBack(e, data)e (DayPilot.Event) - object reference
data (object) - custom data to be sent to the server-side event handler
Use this legacy helper to invoke the server-side EventDoubleClick handler when DayPilot.Month.eventDoubleClickHandling is set to PostBack.
The data object lets you send additional values with the request.
dp.eventDoubleClickPostBack(e, { source: "custom-button" });DayPilot.Month.eventDoubleClickHandling
DayPilot.Month.onEventDoubleClick