Back to Fullcalendar

eventResizeStart

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

latest452 B
Original Source

Triggered when event resizing begins.

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

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.