New to Telerik UI for ASP.NET AJAX? Start a 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:
-
The RadWindow object that fired the event.
-
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.