DayPilot.Month.onEventResized

Fires after the default action (eventResizeHandling) has been executed. api=2 only.

Declaration

onEventResized(args)

Parameters

  • args.e
  • args.newStart
  • args.newEnd

Example

dp.onEventResized = function (args) {
  dp.message("Event resized: " + args.e.text());
};