New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnViewChanged
Updated over 6 months ago
The OnViewChanged client-side event handler is called when the MonthYearView navigates to a new view, before the viewable area rendered by the MonthYearView is changed.
The event handler receives two arguments:
-
the RadMonthYearPicker object that fired the event.
-
an event arguments object that exposes the following methods:OnViewChanged event arguments object
| Name | Return Type | Arguments | Description |
|---|---|---|---|
| get_pickerControl() | RadMonthYearPicker object | Returns the RadMonthYearPicker object. |