search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

OnEventResized

Asked by Anonymous
8 years ago.

How to use OnEventResized attribute?

Answer posted by Dan Letecky [DayPilot]
8 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 months old and has been closed. Please create a new question if you have anything to add.