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

OnViewChanged

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:

  1. the RadMonthYearPicker object that fired the event.

  2. 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.

See Also

In this article