---
title: eventResizeStart
type: callback
---

Triggered when event resizing begins.

<div class='spec'>
function( <em>info</em> ) &#123; &#125;
</div>

`info` is a plain object with the following properties:

<table>
<tbody>
<tr>
<th>event</th>
<td>

An [Event Object](event-object) that holds information about the event (date, title, etc) **after** the drop.

</td>
</tr>

<tr>
<th>jsEvent</th>
<td>

The native JavaScript event with low-level information such as click coordinates.

</td>
</tr>

<tr>
<th>view</th>
<td>

The current [View Object](view-object).

</td>
</tr>
</tbody>
</table>
