Back to Fullcalendar

eventResizeStop

_docs-v1/event-dragging-resizing/eventResizeStop.md

latest732 B
Original Source

Triggered when event resizing stops.

<div class='spec' markdown='1'> function( *event*, *jsEvent*, *ui*, *view* ) { } </div>

This callback is guaranteed to be triggered after the user resizes an event, even if the event doesn't change in duration. It is triggered before the event's information has been modified (if changed in duration) and before the eventResize callback is triggered.

event is an Event Object that hold the event's information (date, title, etc).

jsEvent holds the native JavaScript event with low-level information such as mouse coordinates.

ui holds the jQuery UI object.

view holds the current View Object.