_docs-v6/event-dragging-resizing/eventResizeStop.md
Triggered when event resizing stops.
<div class='spec' markdown='1'> function( *info* ) { } </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.
info is a plain object with the following properties:
If you want to get the event's information after it has changed, use the eventResize callback.