DayPilot.Month.eventRightClickPostBack

The eventRightClickPostBack() method executes the server-side EventRightClick handler using a PostBack (ASP.NET WebForms).

Declaration

DayPilot.Month.eventRightClickPostBack(e[, data]);

Parameters

  • e (DayPilot.Event) - reference to the event object

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

Example

dp.eventRightClickPostBack(e, data);

See Also

DayPilot.Month Class