RadCalendar for ASP.NET AJAX

RadControls for ASP.NET AJAX

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.

Note

The OnViewChanged event is supported by: RadMonthYearPicker.

Two parameters are passed to the event handler:

  • sender is the monthyearpicker control.

eventArgs has the following property:

  • get_pickerControl()

See Also