New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

OnClientAutoSizeEnd

The OnClientAutoSizeEnd event of the RadWindow fires when its automatic size adjustmentoperation completes. It may have been invoked automatically because it was shown and its AutoSize property is set to True,or because the developer called the autoSize() method from its client-side API.

The event handler receives the following arguments:

  1. The RadWindow object that fired the event.

  2. An event arguments object that does not expose any methods and properties.

In case you are having difficulties with getting the AutoSize functionality to work as expected, please examine the Common AutoSizing Issues help article.

See Also

In this article