DayPilot.Calendar.onColumnResized

The onColumnResized event is fired when a user completes drag and drop resizing of calendar columns (on drop).

At this point, the calendar column widths (columns.list property) are already updated to the new values. See also the onColumnResize handler which is called before the new values are stored.

Available since version 2022.3.5377.

Declaration

DayPilot.Calendar.onColumnResized(args);

Parameters

  • args.column - Information about the resized column
  • args.newWidth (number) - new width of the resized column in pixels