Answer posted by Dan Letecky [DayPilot]
10 years ago.

In ASP.NET WebForms, only one event handler is fired for every event. You can specify it using EventResizeHandling. It can be "JavaScript", "CallBack", "PostBack", "Notify", etc.

onEventResized is only available in versions that use client-side api v2 (JavaScript, Java).

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.