The eventEditPostBack() method invokes the server-side EventEdit handler using a PostBack (ASP.NET WebForms only).
DayPilot.Calendar.eventEditPostBack(e, newText, data)e (DayPilot.Event) - object reference
newText (string) - new event text
data (object) - additional custom data
This is a legacy server-side API used when inline event editing is submitted using PostBack.
In client-side JavaScript Calendar integrations, configure DayPilot.Calendar.eventEditHandling and handle DayPilot.Calendar.onEventEdit or DayPilot.Calendar.onEventEdited instead.
dp.eventEditPostBack(e, "Updated text", { source: "inline-editor" });DayPilot.Calendar.eventEditHandling