DayPilot.Calendar.eventDeletePostBack

The eventDeletePostBack() method executes the server-side delete handler using a PostBack (ASP.NET only).

Declaration

DayPilot.Calendar.eventDeletePostBack(e, data)

Parameters

  • e (DayPilot.Event) - target event object

  • data (object) - custom data to be sent to the server-side event handler

Notes

Use this legacy helper to invoke the matching server-side delete handler from client-side code and optionally include custom data with the PostBack request.

Example

dp.eventDeletePostBack(e, data);

See Also

DayPilot.Calendar Class